| 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 6da43c333166b7691eb7337088db5b0da45b070d..61b510e42fd40e63009c8ea79f149c4dded17d71 100644
|
| --- a/content/public/browser/content_browser_client.h
|
| +++ b/content/public/browser/content_browser_client.h
|
| @@ -159,7 +159,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::OnceClosure 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
|
|
|