| Index: remoting/host/json_host_config.h
|
| diff --git a/remoting/host/json_host_config.h b/remoting/host/json_host_config.h
|
| index 9932ae09ffe4da95901a3fa901cdbcc3a90985ba..7852cb5d9b5a7ec85d7185ba350b29eaa72279b0 100644
|
| --- a/remoting/host/json_host_config.h
|
| +++ b/remoting/host/json_host_config.h
|
| @@ -20,12 +20,12 @@ namespace remoting {
|
| class JsonHostConfig : public InMemoryHostConfig {
|
| public:
|
| JsonHostConfig(const base::FilePath& filename);
|
| - virtual ~JsonHostConfig();
|
| + ~JsonHostConfig() override;
|
|
|
| virtual bool Read();
|
|
|
| // MutableHostConfig interface.
|
| - virtual bool Save() override;
|
| + bool Save() override;
|
|
|
| std::string GetSerializedData();
|
|
|
|
|