Index: components/omnibox/autocomplete_match_type.h |
diff --git a/components/autocomplete/autocomplete_match_type.h b/components/omnibox/autocomplete_match_type.h |
similarity index 93% |
rename from components/autocomplete/autocomplete_match_type.h |
rename to components/omnibox/autocomplete_match_type.h |
index 1b69a47ef61b3f29afcc86b4c4d8de3e1478d085..b05216258b92e7efdcf031ee80a41fd845fe1eb2 100644 |
--- a/components/autocomplete/autocomplete_match_type.h |
+++ b/components/omnibox/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 COMPONENTS_AUTOCOMPLETE_AUTOCOMPLETE_MATCH_TYPE_H_ |
-#define COMPONENTS_AUTOCOMPLETE_AUTOCOMPLETE_MATCH_TYPE_H_ |
+#ifndef COMPONENTS_OMNIBOX_AUTOCOMPLETE_MATCH_TYPE_H_ |
+#define COMPONENTS_OMNIBOX_AUTOCOMPLETE_MATCH_TYPE_H_ |
#include <string> |
@@ -50,4 +50,4 @@ struct AutocompleteMatchType { |
static std::string ToString(AutocompleteMatchType::Type type); |
}; |
-#endif // COMPONENTS_AUTOCOMPLETE_AUTOCOMPLETE_MATCH_TYPE_H_ |
+#endif // COMPONENTS_OMNIBOX_AUTOCOMPLETE_MATCH_TYPE_H_ |