| Index: chrome/service/service_process.h
|
| diff --git a/chrome/service/service_process.h b/chrome/service/service_process.h
|
| index 91d51a005d64ddfad9566364eda4f0da9dbccff2..230cf771f604f795473be4e24ea0f8b529ac5281 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)
|
|
|