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_ |