| Index: remoting/host/config_file_watcher.h
|
| diff --git a/remoting/host/config_file_watcher.h b/remoting/host/config_file_watcher.h
|
| index 163f8b5406eaa95a92448ebf9b7f53f1fc2ba8f9..407ed4002e63f0f23f102524567221d374ac4f4a 100644
|
| --- a/remoting/host/config_file_watcher.h
|
| +++ b/remoting/host/config_file_watcher.h
|
| @@ -33,7 +33,7 @@ class ConfigFileWatcher : public ConfigWatcher {
|
| virtual ~ConfigFileWatcher();
|
|
|
| // Inherited from ConfigWatcher.
|
| - virtual void Watch(Delegate* delegate) OVERRIDE;
|
| + virtual void Watch(Delegate* delegate) override;
|
|
|
| private:
|
| scoped_refptr<ConfigFileWatcherImpl> impl_;
|
|
|