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

Unified Diff: chrome/browser/autocomplete/in_memory_url_index_types.cc

Issue 963823003: Move InMemoryURLIndex into chrome/browser/autocomplete (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@shortcut-database
Patch Set: Fixing win_chromium_x64_rel_ng build Created 5 years, 9 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: chrome/browser/autocomplete/in_memory_url_index_types.cc
diff --git a/components/history/core/browser/in_memory_url_index_types.cc b/chrome/browser/autocomplete/in_memory_url_index_types.cc
similarity index 98%
rename from components/history/core/browser/in_memory_url_index_types.cc
rename to chrome/browser/autocomplete/in_memory_url_index_types.cc
index 25907b39adb0cf935740fbef274eb5b5c56bf660..bb64822686cd1d3013c016e8a6e76c2512f67f9b 100644
--- a/components/history/core/browser/in_memory_url_index_types.cc
+++ b/chrome/browser/autocomplete/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 "components/history/core/browser/in_memory_url_index_types.h"
+#include "chrome/browser/autocomplete/in_memory_url_index_types.h"
#include <algorithm>
#include <functional>

Powered by Google App Engine
This is Rietveld 408576698