| Index: remoting/host/in_memory_host_config.h
|
| diff --git a/remoting/host/in_memory_host_config.h b/remoting/host/in_memory_host_config.h
|
| index 6a44e396766fc1fbe5714134687c4352772c4325..511998d5131ad72147c9bba1110798882bdb3721 100644
|
| --- a/remoting/host/in_memory_host_config.h
|
| +++ b/remoting/host/in_memory_host_config.h
|
| @@ -7,7 +7,6 @@
|
|
|
| #include <string>
|
|
|
| -#include "base/file_path.h"
|
| #include "base/lock.h"
|
| #include "base/ref_counted.h"
|
| #include "base/scoped_ptr.h"
|
| @@ -22,6 +21,7 @@ namespace remoting {
|
| class InMemoryHostConfig : public MutableHostConfig {
|
| public:
|
| InMemoryHostConfig();
|
| + virtual ~InMemoryHostConfig();
|
|
|
| // MutableHostConfig interface.
|
| virtual bool GetString(const std::string& path, std::string* out_value);
|
|
|