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

Unified Diff: components/omnibox/answers_cache.cc

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/answers_cache.h ('k') | components/omnibox/answers_cache_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/omnibox/answers_cache.cc
diff --git a/chrome/browser/autocomplete/answers_cache.cc b/components/omnibox/answers_cache.cc
similarity index 96%
rename from chrome/browser/autocomplete/answers_cache.cc
rename to components/omnibox/answers_cache.cc
index 35a07da82beaea3b4503f13517f2c634f068a30f..00d8c3f9f84b1f0481282ad1f8153124857648b9 100644
--- a/chrome/browser/autocomplete/answers_cache.cc
+++ b/components/omnibox/answers_cache.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chrome/browser/autocomplete/answers_cache.h"
+#include "components/omnibox/answers_cache.h"
#include "base/strings/string_util.h"
« no previous file with comments | « components/omnibox/answers_cache.h ('k') | components/omnibox/answers_cache_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698