Index: components/bookmarks/browser/bookmark_index.cc |
diff --git a/components/bookmarks/core/browser/bookmark_index.cc b/components/bookmarks/browser/bookmark_index.cc |
similarity index 97% |
rename from components/bookmarks/core/browser/bookmark_index.cc |
rename to components/bookmarks/browser/bookmark_index.cc |
index ac5516b7296c40059aa7cc6fe4146fd927e65afa..43ec627d6cb8fb12931e9c896a05feefd55720ec 100644 |
--- a/components/bookmarks/core/browser/bookmark_index.cc |
+++ b/components/bookmarks/browser/bookmark_index.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 <algorithm> |
#include <functional> |
@@ -13,10 +13,10 @@ |
#include "base/logging.h" |
#include "base/strings/string16.h" |
#include "base/strings/utf_offset_string_conversions.h" |
-#include "components/bookmarks/core/browser/bookmark_client.h" |
-#include "components/bookmarks/core/browser/bookmark_match.h" |
-#include "components/bookmarks/core/browser/bookmark_node.h" |
-#include "components/bookmarks/core/browser/bookmark_utils.h" |
+#include "components/bookmarks/browser/bookmark_client.h" |
+#include "components/bookmarks/browser/bookmark_match.h" |
+#include "components/bookmarks/browser/bookmark_node.h" |
+#include "components/bookmarks/browser/bookmark_utils.h" |
#include "components/query_parser/query_parser.h" |
#include "components/query_parser/snippet.h" |
#include "third_party/icu/source/common/unicode/normalizer2.h" |