Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(378)

Unified Diff: remoting/host/in_memory_host_config.h

Issue 7259019: Move base/values.h into the base namespace. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « printing/printing_context_win.h ('k') | remoting/host/json_host_config.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « printing/printing_context_win.h ('k') | remoting/host/json_host_config.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698