Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(403)

Unified Diff: components/history/core/browser/history_database.h

Issue 959343004: Move InMemoryURLIndex outside of history namespace (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@in-memory-url-index
Patch Set: Rebase Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/test/base/testing_profile.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 3c9223a50c7200436340027009f7af4eb2d88132..3abdead93d0ec58aa4ae28b381c31bebb9ede17e 100644
--- a/components/history/core/browser/history_database.h
+++ b/components/history/core/browser/history_database.h
@@ -27,6 +27,7 @@ class FilePath;
}
class HistoryQuickProviderTest;
+class InMemoryURLIndexTest;
namespace history {
@@ -159,7 +160,7 @@ class HistoryDatabase : public DownloadDatabase,
FRIEND_TEST_ALL_PREFIXES(AndroidURLsMigrationTest, MigrateToVersion22);
#endif
friend class ::HistoryQuickProviderTest;
- friend class InMemoryURLIndexTest;
+ friend class ::InMemoryURLIndexTest;
// Overridden from URLDatabase:
sql::Connection& GetDB() override;
« no previous file with comments | « chrome/test/base/testing_profile.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698