Index: components/history/core/browser/history_database.h |
diff --git a/components/history/core/browser/history_database.h b/components/history/core/browser/history_database.h |
index 9a26ae981941c1d598e8db459b5c84fb1f5103f1..ca93dd4b4a2e2e597ac3f9cf219546c69b40c6cf 100644 |
--- a/components/history/core/browser/history_database.h |
+++ b/components/history/core/browser/history_database.h |
@@ -13,6 +13,7 @@ |
#include "build/build_config.h" |
#include "components/history/core/browser/download_database.h" |
#include "components/history/core/browser/history_types.h" |
+#include "components/history/core/browser/typed_url_sync_metadata_database.h" |
#include "components/history/core/browser/url_database.h" |
#include "components/history/core/browser/visit_database.h" |
#include "components/history/core/browser/visitsegment_database.h" |
@@ -45,6 +46,7 @@ class HistoryDatabase : public DownloadDatabase, |
public AndroidURLsDatabase, |
public AndroidCacheDatabase, |
#endif |
+ public TypedURLSyncMetadataDatabase, |
public URLDatabase, |
public VisitDatabase, |
public VisitSegmentDatabase { |