Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(384)

Unified Diff: components/bookmarks/core/browser/scoped_group_bookmark_actions.cc

Issue 253753005: Move bookmarks' production code to components/bookmarks (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@367656
Patch Set: Fix compilation for win_chromium_x64_rel Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/bookmarks/core/browser/scoped_group_bookmark_actions.h ('k') | ui/base/models/tree_node_model.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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) {
« no previous file with comments | « components/bookmarks/core/browser/scoped_group_bookmark_actions.h ('k') | ui/base/models/tree_node_model.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698