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

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

Issue 2276943006: [USS] Move GetAllNodes from backend to controller (Closed)
Patch Set: update for Max Created 4 years, 4 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/fake_data_type_controller.cc
diff --git a/components/sync/driver/fake_data_type_controller.cc b/components/sync/driver/fake_data_type_controller.cc
index 38159a80aacd10dfc6a9e4c6791157b13785692e..cfb60dfe3670f348d6fd3759752dab04493371a8 100644
--- a/components/sync/driver/fake_data_type_controller.cc
+++ b/components/sync/driver/fake_data_type_controller.cc
@@ -15,7 +15,8 @@ namespace sync_driver {
FakeDataTypeController::FakeDataTypeController(ModelType type)
: DirectoryDataTypeController(base::ThreadTaskRunnerHandle::Get(),
- base::Closure()),
+ base::Closure(),
+ nullptr),
state_(NOT_RUNNING),
model_load_delayed_(false),
type_(type),
« no previous file with comments | « components/sync/driver/directory_data_type_controller.cc ('k') | components/sync/driver/frontend_data_type_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698