Index: chrome/browser/bookmarks/chrome_bookmark_client.h |
diff --git a/chrome/browser/bookmarks/chrome_bookmark_client.h b/chrome/browser/bookmarks/chrome_bookmark_client.h |
index e559d3753d08755d396a4433fef5dded7fa73cec..ee9d380afbdc2b020d77a95f5861826b1bf09ec2 100644 |
--- a/chrome/browser/bookmarks/chrome_bookmark_client.h |
+++ b/chrome/browser/bookmarks/chrome_bookmark_client.h |
@@ -9,7 +9,6 @@ |
#include "base/deferred_sequenced_task_runner.h" |
#include "base/macros.h" |
-#include "base/memory/ref_counted.h" |
#include "components/bookmarks/browser/base_bookmark_model_observer.h" |
#include "components/bookmarks/browser/bookmark_client.h" |
#include "components/policy/core/browser/managed_bookmarks_tracker.h" |
@@ -83,7 +82,6 @@ class ChromeBookmarkClient : public bookmarks::BookmarkClient, |
// Helper for GetLoadExtraNodesCallback(). |
static bookmarks::BookmarkPermanentNodeList LoadExtraNodes( |
- const scoped_refptr<base::DeferredSequencedTaskRunner>& profile_io_runner, |
scoped_ptr<BookmarkPermanentNode> managed_node, |
scoped_ptr<base::ListValue> initial_managed_bookmarks, |
int64* next_node_id); |