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

Unified Diff: components/omnibox/in_memory_url_index_types.cc

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
Index: components/omnibox/in_memory_url_index_types.cc
diff --git a/chrome/browser/autocomplete/in_memory_url_index_types.cc b/components/omnibox/in_memory_url_index_types.cc
similarity index 98%
rename from chrome/browser/autocomplete/in_memory_url_index_types.cc
rename to components/omnibox/in_memory_url_index_types.cc
index e0f8b82ad279c278e82e2e03ea64218493ba012a..a2e000f566a4fdf766f28b402584210fe5c08524 100644
--- a/chrome/browser/autocomplete/in_memory_url_index_types.cc
+++ b/components/omnibox/in_memory_url_index_types.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chrome/browser/autocomplete/in_memory_url_index_types.h"
+#include "components/omnibox/in_memory_url_index_types.h"
#include <algorithm>
#include <functional>
« no previous file with comments | « components/omnibox/in_memory_url_index_types.h ('k') | components/omnibox/in_memory_url_index_types_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698