| Index: jingle/notifier/listener/non_blocking_push_client.h
|
| diff --git a/jingle/notifier/listener/non_blocking_push_client.h b/jingle/notifier/listener/non_blocking_push_client.h
|
| index f5c6bc48e095a05e406115b794d2538260bf08c5..101eff3fd99eb0d180029b228cb94c4a20bda5a4 100644
|
| --- a/jingle/notifier/listener/non_blocking_push_client.h
|
| +++ b/jingle/notifier/listener/non_blocking_push_client.h
|
| @@ -35,7 +35,7 @@ class NonBlockingPushClient : public PushClient {
|
|
|
| // Runs the given callback on the given task runner, and delegates
|
| // to that PushClient.
|
| - explicit NonBlockingPushClient(
|
| + NonBlockingPushClient(
|
| const scoped_refptr<base::SingleThreadTaskRunner>& delegate_task_runner,
|
| const CreateBlockingPushClientCallback&
|
| create_blocking_push_client_callback);
|
|
|