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

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

Issue 284893003: Move bookmarks/core/... to bookmarks/... (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixing errors reported by presubmit Created 6 years, 7 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
Index: components/bookmarks/browser/scoped_group_bookmark_actions.cc
diff --git a/components/bookmarks/core/browser/scoped_group_bookmark_actions.cc b/components/bookmarks/browser/scoped_group_bookmark_actions.cc
similarity index 75%
rename from components/bookmarks/core/browser/scoped_group_bookmark_actions.cc
rename to components/bookmarks/browser/scoped_group_bookmark_actions.cc
index 38d779cceb9fbb5862cba26c561287b4fbef8a9c..b928ebaa27fc0d2b694ff78728d120550e6d4605 100644
--- a/components/bookmarks/core/browser/scoped_group_bookmark_actions.cc
+++ b/components/bookmarks/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 "components/bookmarks/core/browser/scoped_group_bookmark_actions.h"
+#include "components/bookmarks/browser/scoped_group_bookmark_actions.h"
-#include "components/bookmarks/core/browser/bookmark_model.h"
+#include "components/bookmarks/browser/bookmark_model.h"
ScopedGroupBookmarkActions::ScopedGroupBookmarkActions(BookmarkModel* model)
: model_(model) {
« no previous file with comments | « components/bookmarks/browser/scoped_group_bookmark_actions.h ('k') | components/bookmarks/common/bookmark_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698