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

Unified Diff: components/omnibox/url_index_private_data.h

Issue 1182113009: Componentize HistoryQuickProvider and its supporting cast (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase 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
« no previous file with comments | « components/omnibox/in_memory_url_index_cache.proto ('k') | components/omnibox/url_index_private_data.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/omnibox/url_index_private_data.h
diff --git a/chrome/browser/autocomplete/url_index_private_data.h b/components/omnibox/url_index_private_data.h
similarity index 98%
rename from chrome/browser/autocomplete/url_index_private_data.h
rename to components/omnibox/url_index_private_data.h
index df4bee2e0a0537a4d8cea28aebfd937e6d505d0d..b745bf2828ec7c2e6928f2073d20b394d57b9753 100644
--- a/chrome/browser/autocomplete/url_index_private_data.h
+++ b/components/omnibox/url_index_private_data.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CHROME_BROWSER_AUTOCOMPLETE_URL_INDEX_PRIVATE_DATA_H_
-#define CHROME_BROWSER_AUTOCOMPLETE_URL_INDEX_PRIVATE_DATA_H_
+#ifndef COMPONENTS_OMNIBOX_URL_INDEX_PRIVATE_DATA_H_
+#define COMPONENTS_OMNIBOX_URL_INDEX_PRIVATE_DATA_H_
#include <set>
#include <string>
@@ -11,8 +11,8 @@
#include "base/files/file_path.h"
#include "base/gtest_prod_util.h"
#include "base/memory/ref_counted.h"
-#include "chrome/browser/autocomplete/in_memory_url_index_cache.pb.h"
#include "components/history/core/browser/history_service.h"
+#include "components/omnibox/in_memory_url_index_cache.pb.h"
#include "components/omnibox/in_memory_url_index_types.h"
#include "components/omnibox/scored_history_match.h"
@@ -407,4 +407,4 @@ class URLIndexPrivateData
size_t post_scoring_item_count_; // After performing final filter/scoring.
};
-#endif // CHROME_BROWSER_AUTOCOMPLETE_URL_INDEX_PRIVATE_DATA_H_
+#endif // COMPONENTS_OMNIBOX_URL_INDEX_PRIVATE_DATA_H_
« no previous file with comments | « components/omnibox/in_memory_url_index_cache.proto ('k') | components/omnibox/url_index_private_data.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698