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

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

Issue 1086733002: Ensure tests have an active task runner (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased. Created 5 years, 8 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/browser/chromeos/preferences_unittest.cc
diff --git a/chrome/browser/chromeos/preferences_unittest.cc b/chrome/browser/chromeos/preferences_unittest.cc
index b58fb5d2ef71e355c75d1e9bac14db830209e9f6..60a48293c21086d8419df14d38f03518e5d51a13 100644
--- a/chrome/browser/chromeos/preferences_unittest.cc
+++ b/chrome/browser/chromeos/preferences_unittest.cc
@@ -193,6 +193,7 @@ class PreferencesTest : public testing::Test {
prefs_->SetInputMethodListForTesting();
}
+ content::TestBrowserThreadBundle thread_bundle_;
scoped_ptr<TestingProfileManager> profile_manager_;
scoped_ptr<chromeos::ScopedUserManagerEnabler> user_manager_enabler_;
scoped_ptr<Preferences> prefs_;
@@ -352,7 +353,6 @@ class InputMethodPreferencesTest : public PreferencesTest {
StringPrefMember preload_engines_syncable_;
StringPrefMember enabled_extension_imes_;
StringPrefMember enabled_extension_imes_syncable_;
- content::TestBrowserThreadBundle thread_bundle_;
private:
DISALLOW_COPY_AND_ASSIGN(InputMethodPreferencesTest);

Powered by Google App Engine
This is Rietveld 408576698