| Index: content/public/browser/content_browser_client.h
|
| diff --git a/content/public/browser/content_browser_client.h b/content/public/browser/content_browser_client.h
|
| index 45056271e932b9d16b6688343186fa795018367e..714a4eb9558a7e6aaa6b6f0216d64d10b221a9e4 100644
|
| --- a/content/public/browser/content_browser_client.h
|
| +++ b/content/public/browser/content_browser_client.h
|
| @@ -13,7 +13,7 @@
|
| #include <utility>
|
| #include <vector>
|
|
|
| -#include "base/callback_forward.h"
|
| +#include "base/callback.h"
|
| #include "base/task_scheduler/task_scheduler.h"
|
| #include "base/values.h"
|
| #include "build/build_config.h"
|
| @@ -160,7 +160,7 @@ class CONTENT_EXPORT ContentBrowserClient {
|
| virtual void PostAfterStartupTask(
|
| const tracked_objects::Location& from_here,
|
| const scoped_refptr<base::TaskRunner>& task_runner,
|
| - const base::Closure& task);
|
| + base::Closure task);
|
|
|
| // Allows the embedder to indicate whether it considers startup to be
|
| // complete. May be called on any thread. This should be called on a one-off
|
|
|