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

Unified Diff: components/sync/driver/model_type_controller_unittest.cc

Issue 2639393002: [Sync] Make SMTP always have the dump stack function. (Closed)
Patch Set: Rebase. Created 3 years, 11 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: components/sync/driver/model_type_controller_unittest.cc
diff --git a/components/sync/driver/model_type_controller_unittest.cc b/components/sync/driver/model_type_controller_unittest.cc
index bf7ef71eb664908c0fb96e42e80d03b9070378d9..be623ddb2a017c21533de39dfe536b2a86966be4 100644
--- a/components/sync/driver/model_type_controller_unittest.cc
+++ b/components/sync/driver/model_type_controller_unittest.cc
@@ -133,7 +133,7 @@ class ModelTypeControllerTest : public testing::Test, public FakeSyncClient {
model_thread_.Start();
InitializeModelTypeSyncBridge();
controller_ = base::MakeUnique<ModelTypeController>(
- kTestModelType, base::Closure(), this, model_thread_.task_runner());
+ kTestModelType, this, model_thread_.task_runner());
}
void TearDown() override {

Powered by Google App Engine
This is Rietveld 408576698