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

Unified Diff: chrome/browser/autocomplete/in_memory_url_index_types_unittest.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_unittest.cc
diff --git a/components/history/core/browser/in_memory_url_index_types_unittest.cc b/chrome/browser/autocomplete/in_memory_url_index_types_unittest.cc
similarity index 98%
rename from components/history/core/browser/in_memory_url_index_types_unittest.cc
rename to chrome/browser/autocomplete/in_memory_url_index_types_unittest.cc
index c10f1c0043cf22e5061d4188b572063b9e81fbce..59b05d510a29af80f71a94a534b7109c789c86ff 100644
--- a/components/history/core/browser/in_memory_url_index_types_unittest.cc
+++ b/chrome/browser/autocomplete/in_memory_url_index_types_unittest.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>
« no previous file with comments | « chrome/browser/autocomplete/in_memory_url_index_types.cc ('k') | chrome/browser/autocomplete/in_memory_url_index_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698