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

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

Issue 422673002: Move BookmarkNodeData into bookmarks namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix mac Created 6 years, 5 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_model.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/bookmarks/browser/bookmark_client.h
diff --git a/components/bookmarks/browser/bookmark_client.h b/components/bookmarks/browser/bookmark_client.h
index ea57ed7b49c30fd7e35d817ff0edbc16a74f35cd..d4142b1d83b6cf00915395e54393354258a5fd85 100644
--- a/components/bookmarks/browser/bookmark_client.h
+++ b/components/bookmarks/browser/bookmark_client.h
@@ -73,7 +73,7 @@ class BookmarkClient : public KeyedService {
// Returns a task that will be used to load any additional root nodes. This
// task will be invoked in the Profile's IO task runner.
- virtual bookmarks::LoadExtraCallback GetLoadExtraNodesCallback() = 0;
+ virtual LoadExtraCallback GetLoadExtraNodesCallback() = 0;
// Returns true if the |permanent_node| can have its title updated.
virtual bool CanSetPermanentNodeTitle(const BookmarkNode* permanent_node) = 0;
« no previous file with comments | « chrome/browser/undo/bookmark_undo_service.cc ('k') | components/bookmarks/browser/bookmark_model.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698