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; |