Index: chrome/service/service_process_prefs.cc |
diff --git a/chrome/service/service_process_prefs.cc b/chrome/service/service_process_prefs.cc |
index d0e479688f5bc3226a3fdfd773402f93861668a0..91647121ae101564d7448c7833bdd3c3921c8b0f 100644 |
--- a/chrome/service/service_process_prefs.cc |
+++ b/chrome/service/service_process_prefs.cc |
@@ -12,6 +12,8 @@ ServiceProcessPrefs::ServiceProcessPrefs( |
: prefs_(new JsonPrefStore(pref_filename, file_message_loop_proxy)) { |
} |
+ServiceProcessPrefs::~ServiceProcessPrefs() {} |
+ |
void ServiceProcessPrefs::ReadPrefs() { |
prefs_->ReadPrefs(); |
} |