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

Unified Diff: chrome/test/base/testing_pref_service_syncable.h

Issue 64193003: Clean up PrefServiceBuilder (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix memory ownership bug in ProxyPolicyTest Created 7 years, 1 month 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
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | chrome_frame/test/reliability/page_load_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/base/testing_pref_service_syncable.h
diff --git a/chrome/test/base/testing_pref_service_syncable.h b/chrome/test/base/testing_pref_service_syncable.h
index 57b0398505c51fbbf1bd2e40f61a0a9dd04daa7c..1831d830f507b8de15f0cfedf8c045974e1c483a 100644
--- a/chrome/test/base/testing_pref_service_syncable.h
+++ b/chrome/test/base/testing_pref_service_syncable.h
@@ -28,7 +28,7 @@ class TestingPrefServiceSyncable
// This is provided as a convenience; on a production PrefService
// you would do all registrations before constructing it, passing it
- // a PrefRegistry via its constructor (or via e.g. PrefServiceBuilder).
+ // a PrefRegistry via its constructor (or via e.g. PrefServiceFactory).
user_prefs::PrefRegistrySyncable* registry();
private:
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | chrome_frame/test/reliability/page_load_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698