Index: components/bookmarks/browser/bookmark_model.cc |
diff --git a/components/bookmarks/core/browser/bookmark_model.cc b/components/bookmarks/browser/bookmark_model.cc |
similarity index 98% |
rename from components/bookmarks/core/browser/bookmark_model.cc |
rename to components/bookmarks/browser/bookmark_model.cc |
index db0274a0dee95cb56db367043fcb7fb85cba876d..caa6c98b0007e6d361b7c51abbc70c3496152d87 100644 |
--- a/components/bookmarks/core/browser/bookmark_model.cc |
+++ b/components/bookmarks/browser/bookmark_model.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_model.h" |
+#include "components/bookmarks/browser/bookmark_model.h" |
#include <algorithm> |
#include <functional> |
@@ -12,13 +12,13 @@ |
#include "base/i18n/string_compare.h" |
#include "base/logging.h" |
#include "base/strings/string_util.h" |
-#include "components/bookmarks/core/browser/bookmark_expanded_state_tracker.h" |
-#include "components/bookmarks/core/browser/bookmark_index.h" |
-#include "components/bookmarks/core/browser/bookmark_match.h" |
-#include "components/bookmarks/core/browser/bookmark_model_observer.h" |
-#include "components/bookmarks/core/browser/bookmark_node_data.h" |
-#include "components/bookmarks/core/browser/bookmark_storage.h" |
-#include "components/bookmarks/core/browser/bookmark_utils.h" |
+#include "components/bookmarks/browser/bookmark_expanded_state_tracker.h" |
+#include "components/bookmarks/browser/bookmark_index.h" |
+#include "components/bookmarks/browser/bookmark_match.h" |
+#include "components/bookmarks/browser/bookmark_model_observer.h" |
+#include "components/bookmarks/browser/bookmark_node_data.h" |
+#include "components/bookmarks/browser/bookmark_storage.h" |
+#include "components/bookmarks/browser/bookmark_utils.h" |
#include "components/favicon_base/favicon_types.h" |
#include "grit/component_strings.h" |
#include "ui/base/l10n/l10n_util.h" |