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

Unified Diff: components/omnibox/in_memory_url_index.h

Issue 1182113009: Componentize HistoryQuickProvider and its supporting cast (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
Index: components/omnibox/in_memory_url_index.h
diff --git a/chrome/browser/autocomplete/in_memory_url_index.h b/components/omnibox/in_memory_url_index.h
similarity index 98%
rename from chrome/browser/autocomplete/in_memory_url_index.h
rename to components/omnibox/in_memory_url_index.h
index 5825a8b88dbc7e7aa9c091e8cfbf6de4d4c70daf..f6ad8254eeffa0bad2a779d9af208f9df592be5c 100644
--- a/chrome/browser/autocomplete/in_memory_url_index.h
+++ b/components/omnibox/in_memory_url_index.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_H_
-#define CHROME_BROWSER_AUTOCOMPLETE_IN_MEMORY_URL_INDEX_H_
+#ifndef COMPONENTS_OMNIBOX_IN_MEMORY_URL_INDEX_H_
+#define COMPONENTS_OMNIBOX_IN_MEMORY_URL_INDEX_H_
#include <functional>
#include <map>
@@ -320,4 +320,4 @@ class InMemoryURLIndex : public KeyedService,
DISALLOW_COPY_AND_ASSIGN(InMemoryURLIndex);
};
-#endif // CHROME_BROWSER_AUTOCOMPLETE_IN_MEMORY_URL_INDEX_H_
+#endif // COMPONENTS_OMNIBOX_IN_MEMORY_URL_INDEX_H_

Powered by Google App Engine
This is Rietveld 408576698