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

Unified Diff: components/search_engines/keyword_web_data_service.cc

Issue 367023002: Componentize TemplateURLService (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 5 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: components/search_engines/keyword_web_data_service.cc
diff --git a/chrome/browser/webdata/keyword_web_data_service.cc b/components/search_engines/keyword_web_data_service.cc
similarity index 97%
rename from chrome/browser/webdata/keyword_web_data_service.cc
rename to components/search_engines/keyword_web_data_service.cc
index 44aaa1b2b8b6ad4d5fad183450f32c91d1c55824..29981e49ef64f22ce1e5eec0e47f7e95a7fdf43d 100644
--- a/chrome/browser/webdata/keyword_web_data_service.cc
+++ b/components/search_engines/keyword_web_data_service.cc
@@ -2,10 +2,10 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chrome/browser/webdata/keyword_web_data_service.h"
+#include "components/search_engines/keyword_web_data_service.h"
#include "base/bind.h"
-#include "chrome/browser/webdata/keyword_table.h"
+#include "components/search_engines/keyword_table.h"
#include "components/search_engines/template_url_data.h"
#include "components/webdata/common/web_data_results.h"
#include "components/webdata/common/web_database_service.h"
« no previous file with comments | « components/search_engines/keyword_web_data_service.h ('k') | components/search_engines/search_host_to_urls_map.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698