Index: components/bookmarks/browser/bookmark_expanded_state_tracker.cc |
diff --git a/components/bookmarks/core/browser/bookmark_expanded_state_tracker.cc b/components/bookmarks/browser/bookmark_expanded_state_tracker.cc |
similarity index 91% |
rename from components/bookmarks/core/browser/bookmark_expanded_state_tracker.cc |
rename to components/bookmarks/browser/bookmark_expanded_state_tracker.cc |
index 2a7bf344e5dff076db196afbd050e5ab82dc59f1..a79d9ed4c1048a8615a50e0636af371e59641604 100644 |
--- a/components/bookmarks/core/browser/bookmark_expanded_state_tracker.cc |
+++ b/components/bookmarks/browser/bookmark_expanded_state_tracker.cc |
@@ -2,14 +2,14 @@ |
// 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_expanded_state_tracker.h" |
+#include "components/bookmarks/browser/bookmark_expanded_state_tracker.h" |
#include "base/prefs/pref_service.h" |
#include "base/strings/string_number_conversions.h" |
#include "base/values.h" |
-#include "components/bookmarks/core/browser/bookmark_model.h" |
-#include "components/bookmarks/core/browser/bookmark_utils.h" |
-#include "components/bookmarks/core/common/bookmark_pref_names.h" |
+#include "components/bookmarks/browser/bookmark_model.h" |
+#include "components/bookmarks/browser/bookmark_utils.h" |
+#include "components/bookmarks/common/bookmark_pref_names.h" |
BookmarkExpandedStateTracker::BookmarkExpandedStateTracker( |
BookmarkModel* bookmark_model, |