| Index: components/policy/core/common/remote_commands/remote_commands_queue.h
|
| diff --git a/components/policy/core/common/remote_commands/remote_commands_queue.h b/components/policy/core/common/remote_commands/remote_commands_queue.h
|
| index fb03e1875ecbc5801e5a536508ab8951fb948c5b..a919a21bff5358580bedb60d8b012bdffc3624ec 100644
|
| --- a/components/policy/core/common/remote_commands/remote_commands_queue.h
|
| +++ b/components/policy/core/common/remote_commands/remote_commands_queue.h
|
| @@ -77,7 +77,7 @@ class POLICY_EXPORT RemoteCommandsQueue {
|
| scoped_ptr<RemoteCommandJob> running_command_;
|
|
|
| scoped_ptr<base::TickClock> clock_;
|
| - base::OneShotTimer<RemoteCommandsQueue> execution_timeout_timer_;
|
| + base::OneShotTimer execution_timeout_timer_;
|
|
|
| base::ObserverList<Observer, true> observer_list_;
|
|
|
|
|