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

Side by Side Diff: remoting/host/json_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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « remoting/host/in_memory_host_config.h ('k') | tools/cros.DEPS/DEPS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef REMOTING_HOST_JSON_HOST_CONFIG_H_ 5 #ifndef REMOTING_HOST_JSON_HOST_CONFIG_H_
6 #define REMOTING_HOST_JSON_HOST_CONFIG_H_ 6 #define REMOTING_HOST_JSON_HOST_CONFIG_H_
7 7
8 #include <string> 8 #include <string>
9 9
10 #include "base/file_path.h" 10 #include "base/file_path.h"
11 #include "base/memory/ref_counted.h" 11 #include "base/memory/ref_counted.h"
12 #include "base/memory/scoped_ptr.h" 12 #include "base/memory/scoped_ptr.h"
13 #include "remoting/host/in_memory_host_config.h" 13 #include "remoting/host/in_memory_host_config.h"
14 14
15 class DictionaryValue;
16 class Task; 15 class Task;
17 16
18 namespace base { 17 namespace base {
19 class MessageLoopProxy; 18 class MessageLoopProxy;
20 } // namespace base 19 } // namespace base
21 20
22 namespace remoting { 21 namespace remoting {
23 22
24 // JsonHostConfig implements MutableHostConfig for JSON file. 23 // JsonHostConfig implements MutableHostConfig for JSON file.
25 class JsonHostConfig : public InMemoryHostConfig { 24 class JsonHostConfig : public InMemoryHostConfig {
(...skipping 12 matching lines...) Expand all
38 37
39 FilePath filename_; 38 FilePath filename_;
40 scoped_refptr<base::MessageLoopProxy> message_loop_proxy_; 39 scoped_refptr<base::MessageLoopProxy> message_loop_proxy_;
41 40
42 DISALLOW_COPY_AND_ASSIGN(JsonHostConfig); 41 DISALLOW_COPY_AND_ASSIGN(JsonHostConfig);
43 }; 42 };
44 43
45 } // namespace remoting 44 } // namespace remoting
46 45
47 #endif // REMOTING_HOST_JSON_HOST_CONFIG_H_ 46 #endif // REMOTING_HOST_JSON_HOST_CONFIG_H_
OLDNEW
« no previous file with comments | « remoting/host/in_memory_host_config.h ('k') | tools/cros.DEPS/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698