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 682a549cd1ce6a88943692de904a7ef331b9cf33..fb03e1875ecbc5801e5a536508ab8951fb948c5b 100644 |
--- a/components/policy/core/common/remote_commands/remote_commands_queue.h |
+++ b/components/policy/core/common/remote_commands/remote_commands_queue.h |
@@ -79,7 +79,7 @@ class POLICY_EXPORT RemoteCommandsQueue { |
scoped_ptr<base::TickClock> clock_; |
base::OneShotTimer<RemoteCommandsQueue> execution_timeout_timer_; |
- ObserverList<Observer, true> observer_list_; |
+ base::ObserverList<Observer, true> observer_list_; |
DISALLOW_COPY_AND_ASSIGN(RemoteCommandsQueue); |
}; |