Index: chrome/service/service_process.h |
diff --git a/chrome/service/service_process.h b/chrome/service/service_process.h |
index 91d51a005d64ddfad9566364eda4f0da9dbccff2..1f97ae4623d48874788bb0c98eed1e00b77d043a 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 ServicePrefs; |
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<ServicePrefs> service_prefs_; |
scoped_ptr<ServiceIPCServer> ipc_server_; |
#if defined(ENABLE_REMOTING) |