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

Unified Diff: components/bookmarks/browser/bookmark_model.h

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 | « chrome/browser/undo/bookmark_undo_service.cc ('k') | components/bookmarks/browser/bookmark_utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/bookmarks/browser/bookmark_model.h
diff --git a/components/bookmarks/browser/bookmark_model.h b/components/bookmarks/browser/bookmark_model.h
index de7a2c80b1960f86524ceb0a74188b4e4f05e089..c765fa26afac5d976aca05696c7bd5d47fe2f348 100644
--- a/components/bookmarks/browser/bookmark_model.h
+++ b/components/bookmarks/browser/bookmark_model.h
@@ -37,6 +37,10 @@ class FilePath;
class SequencedTaskRunner;
}
+namespace bookmarks {
+class ScopedGroupBookmarkActions;
+}
+
namespace favicon_base {
struct FaviconImageResult;
}
@@ -282,7 +286,7 @@ class BookmarkModel : public BookmarkService {
friend class BookmarkCodecTest;
friend class BookmarkModelTest;
friend class BookmarkStorage;
- friend class ScopedGroupBookmarkActions;
+ friend class bookmarks::ScopedGroupBookmarkActions;
friend class test::TestBookmarkClient;
// Used to order BookmarkNodes by URL.
« no previous file with comments | « chrome/browser/undo/bookmark_undo_service.cc ('k') | components/bookmarks/browser/bookmark_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698