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

Unified Diff: chrome/browser/predictors/autocomplete_action_predictor_table_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/predictors/autocomplete_action_predictor_table_unittest.cc
diff --git a/chrome/browser/predictors/autocomplete_action_predictor_table_unittest.cc b/chrome/browser/predictors/autocomplete_action_predictor_table_unittest.cc
index 938d10a7eb6b968334949a23edfc678ef5447fb2..717b7493316147d324df081e4d5708dc9993537e 100644
--- a/chrome/browser/predictors/autocomplete_action_predictor_table_unittest.cc
+++ b/chrome/browser/predictors/autocomplete_action_predictor_table_unittest.cc
@@ -52,9 +52,9 @@ class AutocompleteActionPredictorTableTest : public testing::Test {
AutocompleteActionPredictorTable::Rows test_db_;
private:
+ base::MessageLoop loop_;
TestingProfile profile_;
scoped_ptr<PredictorDatabase> db_;
- base::MessageLoop loop_;
content::TestBrowserThread db_thread_;
};

Powered by Google App Engine
This is Rietveld 408576698