Index: components/omnibox/in_memory_url_index_types.h |
diff --git a/chrome/browser/autocomplete/in_memory_url_index_types.h b/components/omnibox/in_memory_url_index_types.h |
similarity index 97% |
rename from chrome/browser/autocomplete/in_memory_url_index_types.h |
rename to components/omnibox/in_memory_url_index_types.h |
index b8e96e41234eb9bfa0fd05140e17fa2f659cd910..f9e16eec9dcee0461f53d459edaef547ce7e3e1b 100644 |
--- a/chrome/browser/autocomplete/in_memory_url_index_types.h |
+++ b/components/omnibox/in_memory_url_index_types.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_IN_MEMORY_URL_INDEX_TYPES_H_ |
-#define CHROME_BROWSER_AUTOCOMPLETE_IN_MEMORY_URL_INDEX_TYPES_H_ |
+#ifndef COMPONENTS_OMNIBOX_IN_MEMORY_URL_INDEX_TYPES_H_ |
+#define COMPONENTS_OMNIBOX_IN_MEMORY_URL_INDEX_TYPES_H_ |
#include <map> |
#include <set> |
@@ -168,4 +168,4 @@ struct RowWordStarts { |
}; |
typedef std::map<HistoryID, RowWordStarts> WordStartsMap; |
-#endif // CHROME_BROWSER_AUTOCOMPLETE_IN_MEMORY_URL_INDEX_TYPES_H_ |
+#endif // COMPONENTS_OMNIBOX_IN_MEMORY_URL_INDEX_TYPES_H_ |