diff options
Diffstat (limited to 'chrome/service/service_process_prefs.h')
-rw-r--r-- | chrome/service/service_process_prefs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/service/service_process_prefs.h b/chrome/service/service_process_prefs.h index a8cc3ce..e936515 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(); |