Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(558)

Unified Diff: components/omnibox/in_memory_url_index_types.h

Issue 1178203004: Componentize InMemoryURLIndexTypes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/omnibox/BUILD.gn ('k') | components/omnibox/in_memory_url_index_types.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « components/omnibox/BUILD.gn ('k') | components/omnibox/in_memory_url_index_types.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698