| 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 f109996803e1e46fed6a920ca7f79858d0c01c9d..7b7dac0877883d541f604e3514da923f2ba09c6b 100644 | 
| --- a/components/policy/core/common/remote_commands/remote_commands_queue.h | 
| +++ b/components/policy/core/common/remote_commands/remote_commands_queue.h | 
| @@ -31,7 +31,7 @@ class RemoteCommandJob; | 
| class POLICY_EXPORT RemoteCommandsQueue { | 
| public: | 
| // Interface for classes who would like to monitor remote command execution. | 
| -  class Observer { | 
| +  class POLICY_EXPORT Observer { | 
| public: | 
| // Called when a remote command starts running. | 
| virtual void OnJobStarted(RemoteCommandJob* command) = 0; | 
|  |