Index: components/bookmarks/core/browser/scoped_group_bookmark_actions.cc |
diff --git a/chrome/browser/bookmarks/scoped_group_bookmark_actions.cc b/components/bookmarks/core/browser/scoped_group_bookmark_actions.cc |
similarity index 75% |
rename from chrome/browser/bookmarks/scoped_group_bookmark_actions.cc |
rename to components/bookmarks/core/browser/scoped_group_bookmark_actions.cc |
index ca76864a13662174c84b8c68e9b5d3218650571c..38d779cceb9fbb5862cba26c561287b4fbef8a9c 100644 |
--- a/chrome/browser/bookmarks/scoped_group_bookmark_actions.cc |
+++ b/components/bookmarks/core/browser/scoped_group_bookmark_actions.cc |
@@ -2,9 +2,9 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "chrome/browser/bookmarks/scoped_group_bookmark_actions.h" |
+#include "components/bookmarks/core/browser/scoped_group_bookmark_actions.h" |
-#include "chrome/browser/bookmarks/bookmark_model.h" |
+#include "components/bookmarks/core/browser/bookmark_model.h" |
ScopedGroupBookmarkActions::ScopedGroupBookmarkActions(BookmarkModel* model) |
: model_(model) { |