Index: chrome/service/service_process_prefs.h |
diff --git a/chrome/service/service_process_prefs.h b/chrome/service/service_process_prefs.h |
index ce86b03f2b3a45a2b8b117d6a38233c9dbee9b32..a8cc3cedc73a8490a1bd21f564ba2c971073e010 100644 |
--- a/chrome/service/service_process_prefs.h |
+++ b/chrome/service/service_process_prefs.h |
@@ -41,7 +41,7 @@ class ServiceProcessPrefs { |
void GetDictionary(const std::string& key, DictionaryValue** result); |
private: |
- JsonPrefStore prefs_; |
+ scoped_refptr<JsonPrefStore> prefs_; |
DISALLOW_COPY_AND_ASSIGN(ServiceProcessPrefs); |
}; |