| Index: remoting/host/in_memory_host_config.h
|
| ===================================================================
|
| --- remoting/host/in_memory_host_config.h (revision 92173)
|
| +++ remoting/host/in_memory_host_config.h (working copy)
|
| @@ -12,9 +12,12 @@
|
| #include "base/synchronization/lock.h"
|
| #include "remoting/host/host_config.h"
|
|
|
| -class DictionaryValue;
|
| class Task;
|
|
|
| +namespace base {
|
| +class DictionaryValue;
|
| +}
|
| +
|
| namespace remoting {
|
|
|
| // In-memory host config. Used by unittests.
|
| @@ -35,7 +38,7 @@
|
| protected:
|
| // |lock_| must be locked whenever |values_| is used.
|
| base::Lock lock_;
|
| - scoped_ptr<DictionaryValue> values_;
|
| + scoped_ptr<base::DictionaryValue> values_;
|
|
|
| private:
|
| DISALLOW_COPY_AND_ASSIGN(InMemoryHostConfig);
|
|
|