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

Unified Diff: components/omnibox/base_search_provider.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/base_search_provider.h ('k') | components/omnibox/search_provider.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/omnibox/base_search_provider.cc
diff --git a/chrome/browser/autocomplete/base_search_provider.cc b/components/omnibox/base_search_provider.cc
similarity index 99%
rename from chrome/browser/autocomplete/base_search_provider.cc
rename to components/omnibox/base_search_provider.cc
index 71a7049af8c21744fdcd2e55b9e3f581494bf4dc..67b944552a63f3ecf71f6f29167ec207a0d53fc2 100644
--- a/chrome/browser/autocomplete/base_search_provider.cc
+++ b/components/omnibox/base_search_provider.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/base_search_provider.h"
+#include "components/omnibox/base_search_provider.h"
#include "base/i18n/case_conversion.h"
#include "base/strings/string_util.h"
« no previous file with comments | « components/omnibox/base_search_provider.h ('k') | components/omnibox/search_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698