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

Unified Diff: chrome/browser/chromeos/preferences_unittest.cc

Issue 11316163: Remove the last usages of PrefObserver outside of Prefs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address review comments. 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
« no previous file with comments | « chrome/browser/chromeos/login/login_utils.cc ('k') | chrome/browser/chromeos/proxy_config_service_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/preferences_unittest.cc
diff --git a/chrome/browser/chromeos/preferences_unittest.cc b/chrome/browser/chromeos/preferences_unittest.cc
index b7866bd666d2f83ece28371adb4e160f5529d0e4..9304954903cfe6f2f969652570742efecfccc6ad 100644
--- a/chrome/browser/chromeos/preferences_unittest.cc
+++ b/chrome/browser/chromeos/preferences_unittest.cc
@@ -59,10 +59,10 @@ TEST(PreferencesTest, TestUpdatePrefOnBrowserScreenDetails) {
DownloadPrefs::RegisterUserPrefs(&prefs);
StringPrefMember previous;
- previous.Init(prefs::kLanguagePreviousInputMethod, &prefs, NULL);
+ previous.Init(prefs::kLanguagePreviousInputMethod, &prefs);
previous.SetValue("KeyboardA");
StringPrefMember current;
- current.Init(prefs::kLanguageCurrentInputMethod, &prefs, NULL);
+ current.Init(prefs::kLanguageCurrentInputMethod, &prefs);
current.SetValue("KeyboardB");
MyMockInputMethodManager mock_manager(&previous, &current);
« no previous file with comments | « chrome/browser/chromeos/login/login_utils.cc ('k') | chrome/browser/chromeos/proxy_config_service_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698