Index: chrome/browser/sync/glue/extension_data_type_controller.cc |
diff --git a/chrome/browser/sync/glue/extension_data_type_controller.cc b/chrome/browser/sync/glue/extension_data_type_controller.cc |
index c4e0c5c4a1f9dbc06d75d43e5f121fb5ebe6a415..bdb9851649d90ae2f16998d987399478ba010d04 100644 |
--- a/chrome/browser/sync/glue/extension_data_type_controller.cc |
+++ b/chrome/browser/sync/glue/extension_data_type_controller.cc |
@@ -13,7 +13,7 @@ namespace browser_sync { |
ExtensionDataTypeController::ExtensionDataTypeController( |
syncer::ModelType type, |
const base::Closure& dump_stack, |
- sync_driver::SyncClient* sync_client, |
+ syncer::SyncClient* sync_client, |
Profile* profile) |
: UIDataTypeController(type, dump_stack, sync_client), profile_(profile) { |
DCHECK(type == syncer::EXTENSIONS || type == syncer::APPS); |