| Index: remoting/base/stoppable.h
|
| diff --git a/remoting/base/stoppable.h b/remoting/base/stoppable.h
|
| index 4d58a59c521153a77c99d12fea72635547f8b393..dddfcdaebf09a72ff3f6342503f00b860dec0cb8 100644
|
| --- a/remoting/base/stoppable.h
|
| +++ b/remoting/base/stoppable.h
|
| @@ -21,8 +21,8 @@ class Stoppable {
|
| public:
|
| // Constructs an object and stores the callback to be posted to |task_runner|
|
| // once the object has been shutdown completely.
|
| - explicit Stoppable(scoped_refptr<base::SingleThreadTaskRunner> task_runner,
|
| - const base::Closure& stopped_callback);
|
| + Stoppable(scoped_refptr<base::SingleThreadTaskRunner> task_runner,
|
| + const base::Closure& stopped_callback);
|
| virtual ~Stoppable();
|
|
|
| // Initiates shutdown. It can be called by both the owner of the object and
|
|
|