Index: components/autocomplete/url_prefix.h |
diff --git a/chrome/browser/autocomplete/url_prefix.h b/components/autocomplete/url_prefix.h |
similarity index 94% |
rename from chrome/browser/autocomplete/url_prefix.h |
rename to components/autocomplete/url_prefix.h |
index 5fb96ba6218b42d795c65ee8165ebb72d0ee283d..d1eef0d3267e5fb5b8f7a3ea7b9d59fb65f52039 100644 |
--- a/chrome/browser/autocomplete/url_prefix.h |
+++ b/components/autocomplete/url_prefix.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_AUTOCOMPLETE_URL_PREFIX_H_ |
-#define CHROME_BROWSER_AUTOCOMPLETE_URL_PREFIX_H_ |
+#ifndef COMPONENTS_AUTOCOMPLETE_URL_PREFIX_H_ |
+#define COMPONENTS_AUTOCOMPLETE_URL_PREFIX_H_ |
#include <vector> |
@@ -60,4 +60,4 @@ struct URLPrefix { |
size_t num_components; |
}; |
-#endif // CHROME_BROWSER_AUTOCOMPLETE_URL_PREFIX_H_ |
+#endif // COMPONENTS_AUTOCOMPLETE_URL_PREFIX_H_ |