| Index: remoting/host/mac/me2me_preference_pane.h
|
| diff --git a/remoting/host/mac/me2me_preference_pane.h b/remoting/host/mac/me2me_preference_pane.h
|
| index d3cfb06d3f3e5918f446743ba0a578e53c23eb37..55d64368838d3c82bd343ebddad7266326c16c57 100644
|
| --- a/remoting/host/mac/me2me_preference_pane.h
|
| +++ b/remoting/host/mac/me2me_preference_pane.h
|
| @@ -21,7 +21,7 @@ namespace remoting {
|
| // http://crbug.com/128122.
|
| class JsonHostConfig {
|
| public:
|
| - JsonHostConfig(const std::string& filename);
|
| + explicit JsonHostConfig(const std::string& filename);
|
| ~JsonHostConfig();
|
|
|
| bool Read();
|
|
|