Index: components/bookmarks/core/browser/bookmark_index.cc |
diff --git a/chrome/browser/bookmarks/bookmark_index.cc b/components/bookmarks/core/browser/bookmark_index.cc |
similarity index 99% |
rename from chrome/browser/bookmarks/bookmark_index.cc |
rename to components/bookmarks/core/browser/bookmark_index.cc |
index c33cd982f51d285ccf90f5812b7eb9172c7b3ec8..46ab291679cc9018b26b6cd4ee2269a02b48ed7a 100644 |
--- a/chrome/browser/bookmarks/bookmark_index.cc |
+++ b/components/bookmarks/core/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 "chrome/browser/bookmarks/bookmark_index.h" |
+#include "components/bookmarks/core/browser/bookmark_index.h" |
#include <algorithm> |
#include <functional> |
@@ -12,10 +12,10 @@ |
#include "base/i18n/case_conversion.h" |
#include "base/logging.h" |
#include "base/strings/string16.h" |
-#include "chrome/browser/bookmarks/bookmark_utils.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/query_parser/query_parser.h" |
#include "components/query_parser/snippet.h" |
#include "third_party/icu/source/common/unicode/normalizer2.h" |