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

Unified Diff: chrome/browser/history/history_service.cc

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/browser/history/history_service.h ('k') | chrome/test/base/history_index_restore_observer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/history/history_service.cc
diff --git a/chrome/browser/history/history_service.cc b/chrome/browser/history/history_service.cc
index 87087381b5ea968fffdb725bd92f4348b314b07c..07c5d8c344ac38ea96d65767c015df62e4588b13 100644
--- a/chrome/browser/history/history_service.cc
+++ b/chrome/browser/history/history_service.cc
@@ -937,7 +937,7 @@ bool HistoryService::Init(
if (!languages.empty()) {
// Do not create |in_memory_url_index_| when languages is empty (which
// should only happens during testing).
- in_memory_url_index_.reset(new history::InMemoryURLIndex(
+ in_memory_url_index_.reset(new InMemoryURLIndex(
this, history_database_params.history_dir, languages));
in_memory_url_index_->Init();
}
« no previous file with comments | « chrome/browser/history/history_service.h ('k') | chrome/test/base/history_index_restore_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698