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

Unified Diff: components/search_engines/util.h

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
« no previous file with comments | « components/search_engines/template_url_service_observer.h ('k') | components/search_engines/util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/search_engines/util.h
diff --git a/chrome/browser/search_engines/util.h b/components/search_engines/util.h
similarity index 96%
rename from chrome/browser/search_engines/util.h
rename to components/search_engines/util.h
index 18fa9cba925c4111bcd5a71017f0a922a2d5decd..a9afa2f56a34fb9f66bc3c08d97c223027928497 100644
--- a/chrome/browser/search_engines/util.h
+++ b/components/search_engines/util.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_SEARCH_ENGINES_UTIL_H_
-#define CHROME_BROWSER_SEARCH_ENGINES_UTIL_H_
+#ifndef COMPONENTS_SEARCH_ENGINES_UTIL_H_
+#define COMPONENTS_SEARCH_ENGINES_UTIL_H_
// This file contains utility functions for search engine functionality.
#include <set>
@@ -12,7 +12,7 @@
#include "base/memory/scoped_ptr.h"
#include "base/strings/string16.h"
-#include "chrome/browser/search_engines/template_url_service.h"
+#include "components/search_engines/template_url_service.h"
class KeywordWebDataService;
class PrefService;
@@ -133,4 +133,4 @@ void RemoveDuplicatePrepopulateIDs(
const SearchTermsData& search_terms_data,
std::set<std::string>* removed_keyword_guids);
-#endif // CHROME_BROWSER_SEARCH_ENGINES_UTIL_H_
+#endif // COMPONENTS_SEARCH_ENGINES_UTIL_H_
« no previous file with comments | « components/search_engines/template_url_service_observer.h ('k') | components/search_engines/util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698