summaryrefslogtreecommitdiffstats
path: root/src/core/favicon_service_factory_qt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/favicon_service_factory_qt.h')
-rw-r--r--src/core/favicon_service_factory_qt.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/favicon_service_factory_qt.h b/src/core/favicon_service_factory_qt.h
index 44a43211e..55d5f3b33 100644
--- a/src/core/favicon_service_factory_qt.h
+++ b/src/core/favicon_service_factory_qt.h
@@ -48,10 +48,10 @@ public:
void OnHistoryServiceCreated(history::HistoryService *history_service) override;
void Shutdown() override;
- bool CanAddURL(const GURL &url) override;
+ history::CanAddURLCallback GetThreadSafeCanAddURLCallback() const override;
void NotifyProfileError(sql::InitStatus init_status, const std::string &diagnostics) override;
std::unique_ptr<history::HistoryBackendClient> CreateBackendClient() override;
- void UpdateBookmarkLastUsedTime(int64_t bookmark_node_id, base::Time time) override;
+ void UpdateBookmarkLastUsedTime(const base::Uuid &, base::Time) override;
};
class HistoryServiceFactoryQt : public BrowserContextKeyedServiceFactory