Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8943)

Unified Diff: chrome/service/service_process_prefs.cc

Issue 6250198: More out-of-lining of test code, along with a bunch of GMOCK objects. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Really fix the gyp files this time Created 9 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();
}

Powered by Google App Engine
This is Rietveld 408576698