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

Unified Diff: components/search_engines/search_engine_type.h

Issue 330433002: Move prepopulated_engines to components/search_engines (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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/prepopulated_engines_schema.json ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/search_engines/search_engine_type.h
diff --git a/chrome/browser/search_engines/search_engine_type.h b/components/search_engines/search_engine_type.h
similarity index 90%
rename from chrome/browser/search_engines/search_engine_type.h
rename to components/search_engines/search_engine_type.h
index 1541848f4caffe1b785cfba627fb231f97d856e2..c0f3838b6c13b175c9503aa5bc27c218a0c9f10b 100644
--- a/chrome/browser/search_engines/search_engine_type.h
+++ b/components/search_engines/search_engine_type.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_SEARCH_ENGINE_TYPE_H_
-#define CHROME_BROWSER_SEARCH_ENGINES_SEARCH_ENGINE_TYPE_H_
+#ifndef COMPONENTS_SEARCH_ENGINES_SEARCH_ENGINE_TYPE_H_
+#define COMPONENTS_SEARCH_ENGINES_SEARCH_ENGINE_TYPE_H_
// Enum to record the user's default search engine choice in UMA. Add new
// search engines at the bottom and do not delete from this list, so as not
@@ -61,4 +61,4 @@ enum SearchEngineType {
SEARCH_ENGINE_MAX // Bounding value needed for UMA histogram macro.
};
-#endif // CHROME_BROWSER_SEARCH_ENGINES_SEARCH_ENGINE_TYPE_H_
+#endif // COMPONENTS_SEARCH_ENGINES_SEARCH_ENGINE_TYPE_H_
« no previous file with comments | « components/search_engines/prepopulated_engines_schema.json ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698