| Index: chrome/browser/dom_ui/shown_sections_handler_unittest.cc
|
| ===================================================================
|
| --- chrome/browser/dom_ui/shown_sections_handler_unittest.cc (revision 30650)
|
| +++ chrome/browser/dom_ui/shown_sections_handler_unittest.cc (working copy)
|
| @@ -14,7 +14,7 @@
|
| };
|
|
|
| TEST_F(ShownSectionsHandlerTest, MigrateUserPrefs) {
|
| - PrefService pref(FilePath(), NULL);
|
| + PrefService pref((FilePath()));
|
|
|
| // Set an *old* value
|
| pref.RegisterIntegerPref(prefs::kNTPShownSections, 0);
|
|
|