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

Unified Diff: components/sync/model_impl/shared_model_type_processor_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/model_impl/shared_model_type_processor_unittest.cc
diff --git a/components/sync/model_impl/shared_model_type_processor_unittest.cc b/components/sync/model_impl/shared_model_type_processor_unittest.cc
index a624904ad0859f45c3466da9cff6c368db9f9c41..728758fbe3dd342e0f3b72b8cd7057a3cae2d3c3 100644
--- a/components/sync/model_impl/shared_model_type_processor_unittest.cc
+++ b/components/sync/model_impl/shared_model_type_processor_unittest.cc
@@ -61,8 +61,8 @@ std::unique_ptr<EntityData> GenerateEntityData(const std::string& key,
class TestModelTypeSyncBridge : public FakeModelTypeSyncBridge {
public:
TestModelTypeSyncBridge()
- : FakeModelTypeSyncBridge(base::Bind(&ModelTypeChangeProcessor::Create)) {
- }
+ : FakeModelTypeSyncBridge(base::Bind(&ModelTypeChangeProcessor::Create,
+ base::RepeatingClosure())) {}
explicit TestModelTypeSyncBridge(
std::unique_ptr<TestModelTypeSyncBridge> other)

Powered by Google App Engine
This is Rietveld 408576698