Index: components/autocomplete/autocomplete_match_type.h |
diff --git a/chrome/common/autocomplete_match_type.h b/components/autocomplete/autocomplete_match_type.h |
similarity index 93% |
rename from chrome/common/autocomplete_match_type.h |
rename to components/autocomplete/autocomplete_match_type.h |
index facec04c69f09698b6d50b749bb286daa6cf5414..123c601dfd23a457fa34839719078c867a1fa8e6 100644 |
--- a/chrome/common/autocomplete_match_type.h |
+++ b/components/autocomplete/autocomplete_match_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_COMMON_AUTOCOMPLETE_MATCH_TYPE_H_ |
-#define CHROME_COMMON_AUTOCOMPLETE_MATCH_TYPE_H_ |
+#ifndef COMPONENTS_AUTOCOMPLETE_AUTOCOMPLETE_MATCH_TYPE_H_ |
+#define COMPONENTS_AUTOCOMPLETE_AUTOCOMPLETE_MATCH_TYPE_H_ |
#include <string> |
@@ -49,4 +49,4 @@ struct AutocompleteMatchType { |
static std::string ToString(AutocompleteMatchType::Type type); |
}; |
-#endif // CHROME_COMMON_AUTOCOMPLETE_MATCH_TYPE_H_ |
+#endif // COMPONENTS_AUTOCOMPLETE_AUTOCOMPLETE_MATCH_TYPE_H_ |