| Index: remoting/host/json_host_config.h
|
| diff --git a/remoting/host/json_host_config.h b/remoting/host/json_host_config.h
|
| index 6e2237d719be22379809dcdadc518e6dce7d7e46..9932ae09ffe4da95901a3fa901cdbcc3a90985ba 100644
|
| --- a/remoting/host/json_host_config.h
|
| +++ b/remoting/host/json_host_config.h
|
| @@ -25,7 +25,7 @@ class JsonHostConfig : public InMemoryHostConfig {
|
| virtual bool Read();
|
|
|
| // MutableHostConfig interface.
|
| - virtual bool Save() OVERRIDE;
|
| + virtual bool Save() override;
|
|
|
| std::string GetSerializedData();
|
|
|
|
|