| Index: remoting/host/json_host_config.h
|
| diff --git a/remoting/host/json_host_config.h b/remoting/host/json_host_config.h
|
| index b136cdf101d928328c8202cbe3530ad685353c18..dc892e9cadbb99aba4b1dee6de03d5a967cf4ab6 100644
|
| --- a/remoting/host/json_host_config.h
|
| +++ b/remoting/host/json_host_config.h
|
| @@ -27,6 +27,7 @@ class JsonHostConfig : public MutableHostConfig {
|
| public:
|
| JsonHostConfig(const FilePath& pref_filename,
|
| base::MessageLoopProxy* file_message_loop_proxy);
|
| + virtual ~JsonHostConfig();
|
|
|
| virtual bool Read();
|
|
|
|
|