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

Unified Diff: chrome/browser/autocomplete/scored_history_match.h

Issue 1178203004: Componentize InMemoryURLIndexTypes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 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
Index: chrome/browser/autocomplete/scored_history_match.h
diff --git a/chrome/browser/autocomplete/scored_history_match.h b/chrome/browser/autocomplete/scored_history_match.h
index 856f8c4bd36473330b9e809d1947c1bef9d37b2e..e2e8379ea58ec00350ef810da963239af3458e59 100644
--- a/chrome/browser/autocomplete/scored_history_match.h
+++ b/chrome/browser/autocomplete/scored_history_match.h
@@ -10,9 +10,9 @@
#include "base/strings/string16.h"
#include "base/time/time.h"
-#include "chrome/browser/autocomplete/in_memory_url_index_types.h"
#include "components/history/core/browser/history_match.h"
#include "components/history/core/browser/history_types.h"
+#include "components/omnibox/in_memory_url_index_types.h"
#include "testing/gtest/include/gtest/gtest_prod.h"
class ScoredHistoryMatchTest;
« no previous file with comments | « chrome/browser/autocomplete/in_memory_url_index_unittest.cc ('k') | chrome/browser/autocomplete/url_index_private_data.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698