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

Unified Diff: components/omnibox/answers_cache.h

Issue 489353004: Componentize SearchProvider (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 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/BUILD.gn ('k') | components/omnibox/answers_cache.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/omnibox/answers_cache.h
diff --git a/chrome/browser/autocomplete/answers_cache.h b/components/omnibox/answers_cache.h
similarity index 88%
rename from chrome/browser/autocomplete/answers_cache.h
rename to components/omnibox/answers_cache.h
index 3182b2a3078f2985efa512ff4f05c17a69637764..688143e358bfdbde387024536076970f0f0e627d 100644
--- a/chrome/browser/autocomplete/answers_cache.h
+++ b/components/omnibox/answers_cache.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_ANSWERS_CACHE_H_
-#define CHROME_BROWSER_AUTOCOMPLETE_ANSWERS_CACHE_H_
+#ifndef COMPONENTS_OMNIBOX_ANSWERS_CACHE_H_
+#define COMPONENTS_OMNIBOX_ANSWERS_CACHE_H_
#include <list>
@@ -43,4 +43,4 @@ class AnswersCache {
DISALLOW_COPY_AND_ASSIGN(AnswersCache);
};
-#endif // CHROME_BROWSER_AUTOCOMPLETE_ANSWERS_CACHE_H_
+#endif // COMPONENTS_OMNIBOX_ANSWERS_CACHE_H_
« no previous file with comments | « components/omnibox/BUILD.gn ('k') | components/omnibox/answers_cache.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698