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

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

Issue 959343004: Move InMemoryURLIndex outside of history namespace (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@in-memory-url-index
Patch Set: Created 5 years, 10 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/chrome/browser/autocomplete/in_memory_url_index_types_unittest.cc b/chrome/browser/autocomplete/in_memory_url_index_types_unittest.cc
index 59b05d510a29af80f71a94a534b7109c789c86ff..f00705b4963ca209f0778c8cefe82c75fa0e0bd8 100644
--- a/chrome/browser/autocomplete/in_memory_url_index_types_unittest.cc
+++ b/chrome/browser/autocomplete/in_memory_url_index_types_unittest.cc
@@ -12,8 +12,6 @@
using base::UTF8ToUTF16;
-namespace history {
-
// Helper function for verifying that the contents of a C++ iterable container
// of ints matches a C array ints.
template <typename T>
@@ -146,5 +144,3 @@ TEST_F(InMemoryURLIndexTypesTest, OffsetsAndTermMatches) {
for (size_t i = 0; i < matches_b.size(); ++i)
EXPECT_EQ(expected_offsets_b[i], matches_b[i].offset);
}
-
-} // namespace history

Powered by Google App Engine
This is Rietveld 408576698