Chromium Code Reviews

Unified Diff: components/bookmarks/browser/bookmark_index_unittest.cc

Issue 284893003: Move bookmarks/core/... to bookmarks/... (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: components/bookmarks/browser/bookmark_index_unittest.cc
diff --git a/components/bookmarks/core/browser/bookmark_index_unittest.cc b/components/bookmarks/browser/bookmark_index_unittest.cc
similarity index 98%
rename from components/bookmarks/core/browser/bookmark_index_unittest.cc
rename to components/bookmarks/browser/bookmark_index_unittest.cc
index 0c4d3029666961a396a8ef056f815c7383d0082a..99f23e118bfe2dea4c716deb5c3208157522d3f6 100644
--- a/components/bookmarks/core/browser/bookmark_index_unittest.cc
+++ b/components/bookmarks/browser/bookmark_index_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/bookmarks/core/browser/bookmark_index.h"
+#include "components/bookmarks/browser/bookmark_index.h"
#include <string>
#include <vector>
@@ -12,10 +12,10 @@
#include "base/strings/string_split.h"
#include "base/strings/string_util.h"
#include "base/strings/utf_string_conversions.h"
-#include "components/bookmarks/core/browser/bookmark_match.h"
-#include "components/bookmarks/core/browser/bookmark_model.h"
-#include "components/bookmarks/core/test/bookmark_test_helpers.h"
-#include "components/bookmarks/core/test/test_bookmark_client.h"
+#include "components/bookmarks/browser/bookmark_match.h"
+#include "components/bookmarks/browser/bookmark_model.h"
+#include "components/bookmarks/test/bookmark_test_helpers.h"
+#include "components/bookmarks/test/test_bookmark_client.h"
#include "testing/gtest/include/gtest/gtest.h"
using base::ASCIIToUTF16;

Powered by Google App Engine