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

Unified Diff: chrome/service/service_process_prefs.h

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.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();

Powered by Google App Engine
This is Rietveld 408576698