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

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

Issue 297833006: Move ScopedGroupBookmarkActions into bookmarks namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
« no previous file with comments | « components/bookmarks/browser/scoped_group_bookmark_actions.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/bookmarks/browser/scoped_group_bookmark_actions.cc
diff --git a/components/bookmarks/browser/scoped_group_bookmark_actions.cc b/components/bookmarks/browser/scoped_group_bookmark_actions.cc
index b928ebaa27fc0d2b694ff78728d120550e6d4605..f962e2961d6c79fadb265d92058a49e9d5b819c0 100644
--- a/components/bookmarks/browser/scoped_group_bookmark_actions.cc
+++ b/components/bookmarks/browser/scoped_group_bookmark_actions.cc
@@ -6,6 +6,8 @@
#include "components/bookmarks/browser/bookmark_model.h"
+namespace bookmarks {
+
ScopedGroupBookmarkActions::ScopedGroupBookmarkActions(BookmarkModel* model)
: model_(model) {
if (model_)
@@ -16,3 +18,5 @@ ScopedGroupBookmarkActions::~ScopedGroupBookmarkActions() {
if (model_)
model_->EndGroupedChanges();
}
+
+} // namespace bookmarks
« no previous file with comments | « components/bookmarks/browser/scoped_group_bookmark_actions.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698