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

Unified Diff: chrome/browser/ui/tab_contents/tab_contents_iterator_unittest.cc

Issue 11570009: Split PrefService into PrefService, PrefServiceSimple and PrefServiceSyncable. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Ready for review. Created 8 years 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/browser/ui/tab_contents/tab_contents_iterator_unittest.cc
diff --git a/chrome/browser/ui/tab_contents/tab_contents_iterator_unittest.cc b/chrome/browser/ui/tab_contents/tab_contents_iterator_unittest.cc
index 69752ff9df9c2ecd5e83063693d5dbf3f7229bcd..634bdbed28f681727be8ab1e461c0b3c374ab60d 100644
--- a/chrome/browser/ui/tab_contents/tab_contents_iterator_unittest.cc
+++ b/chrome/browser/ui/tab_contents/tab_contents_iterator_unittest.cc
@@ -148,7 +148,7 @@ TEST_F(BrowserListTest, TabContentsIteratorVerifyBrowser) {
TEST_F(BrowserListTest, MAYBE_AttemptRestart) {
ASSERT_TRUE(g_browser_process);
- TestingPrefService testing_pref_service;
+ TestingPrefServiceSimple testing_pref_service;
testing_pref_service.RegisterBooleanPref(prefs::kWasRestarted, false);
testing_pref_service.RegisterBooleanPref(prefs::kRestartLastSessionOnShutdown,
false);

Powered by Google App Engine
This is Rietveld 408576698