| Index: remoting/host/in_memory_host_config.cc
|
| diff --git a/remoting/host/in_memory_host_config.cc b/remoting/host/in_memory_host_config.cc
|
| index 2450638a34fe980e2a249cc563c1bc1dfef43ec8..e0cf1206cbe4ba630259168d4e64782d1f1fe662 100644
|
| --- a/remoting/host/in_memory_host_config.cc
|
| +++ b/remoting/host/in_memory_host_config.cc
|
| @@ -13,6 +13,8 @@ InMemoryHostConfig::InMemoryHostConfig()
|
| : values_(new DictionaryValue()) {
|
| }
|
|
|
| +InMemoryHostConfig::~InMemoryHostConfig() {}
|
| +
|
| bool InMemoryHostConfig::GetString(const std::string& path,
|
| std::string* out_value) {
|
| AutoLock auto_lock(lock_);
|
|
|