Chromium Code Reviews| Index: remoting/host/json_host_config.h |
| diff --git a/remoting/host/json_host_config.h b/remoting/host/json_host_config.h |
| index e55975ec6af9fcdb36a06652250bade007c00e06..e04238cef5855655836cbecaa18164b5f1cdff02 100644 |
| --- a/remoting/host/json_host_config.h |
| +++ b/remoting/host/json_host_config.h |
| @@ -28,7 +28,7 @@ class JsonHostConfig : public InMemoryHostConfig { |
| virtual bool Read(); |
| // MutableHostConfig interface. |
| - virtual void Save(); |
| + virtual void Save() OVERRIDE; |
| private: |
| void DoWrite(); |