summaryrefslogtreecommitdiffstats
path: root/chrome/service/service_process.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/service/service_process.h')
-rw-r--r--chrome/service/service_process.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/service/service_process.h b/chrome/service/service_process.h
index 91d51a0..230cf77 100644
--- a/chrome/service/service_process.h
+++ b/chrome/service/service_process.h
@@ -16,7 +16,7 @@
#include "chrome/service/cloud_print/cloud_print_proxy.h"
#include "chrome/service/remoting/remoting_directory_service.h"
-class JsonPrefStore;
+class ServiceProcessPrefs;
class ServiceIPCServer;
namespace net {
@@ -152,7 +152,7 @@ class ServiceProcess : public RemotingDirectoryService::Client,
scoped_ptr<base::Thread> io_thread_;
scoped_ptr<base::Thread> file_thread_;
scoped_ptr<CloudPrintProxy> cloud_print_proxy_;
- scoped_ptr<JsonPrefStore> service_prefs_;
+ scoped_ptr<ServiceProcessPrefs> service_prefs_;
scoped_ptr<ServiceIPCServer> ipc_server_;
#if defined(ENABLE_REMOTING)