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> |