| Index: chrome/service/service_process_prefs.h
|
| diff --git a/chrome/service/service_process_prefs.h b/chrome/service/service_process_prefs.h
|
| index a8cc3cedc73a8490a1bd21f564ba2c971073e010..e93651599d80bdba0d61122699ce302218d05eaa 100644
|
| --- a/chrome/service/service_process_prefs.h
|
| +++ b/chrome/service/service_process_prefs.h
|
| @@ -18,6 +18,7 @@ class ServiceProcessPrefs {
|
| // file I/O can be done.
|
| ServiceProcessPrefs(const FilePath& pref_filename,
|
| base::MessageLoopProxy* file_message_loop_proxy);
|
| + ~ServiceProcessPrefs();
|
|
|
| // Read preferences from the backing file.
|
| void ReadPrefs();
|
|
|