Index: components/bookmarks/core/browser/bookmark_client.h |
diff --git a/components/bookmarks/core/browser/bookmark_client.h b/components/bookmarks/core/browser/bookmark_client.h |
index b4fc35e89aef5b402816fc63c27f4a37c2f58e18..e21ca33e3912cfd033d5d9297d7195738b34fc06 100644 |
--- a/components/bookmarks/core/browser/bookmark_client.h |
+++ b/components/bookmarks/core/browser/bookmark_client.h |
@@ -6,13 +6,14 @@ |
#define COMPONENTS_BOOKMARKS_CORE_BROWSER_BOOKMARK_CLIENT_H_ |
#include <set> |
+#include <utility> |
#include <vector> |
-#include "base/callback.h" |
+#include "base/callback_forward.h" |
#include "base/task/cancelable_task_tracker.h" |
-class GURL; |
class BookmarkNode; |
+class GURL; |
namespace base { |
struct UserMetricsAction; |