Index: remoting/host/json_host_config.cc |
diff --git a/remoting/host/json_host_config.cc b/remoting/host/json_host_config.cc |
index 891ca789f4a0ce673b7d699165f37767be479a97..bd53ff7e93a70330b6fb04c852563e57af0fe0eb 100644 |
--- a/remoting/host/json_host_config.cc |
+++ b/remoting/host/json_host_config.cc |
@@ -17,6 +17,7 @@ JsonHostConfig::JsonHostConfig( |
const FilePath& filename, |
base::MessageLoopProxy* file_message_loop_proxy) |
: filename_(filename), |
+ values_(new DictionaryValue()), |
message_loop_proxy_(file_message_loop_proxy) { |
} |