| Index: chrome/browser/sync/glue/app_data_type_controller.cc
|
| diff --git a/chrome/browser/sync/glue/app_data_type_controller.cc b/chrome/browser/sync/glue/app_data_type_controller.cc
|
| index 94062462e1015a24988e922e372ed1fd51e85f04..327ca387cfac3bf85666a4f45306fe8fe591ef59 100644
|
| --- a/chrome/browser/sync/glue/app_data_type_controller.cc
|
| +++ b/chrome/browser/sync/glue/app_data_type_controller.cc
|
| @@ -6,12 +6,12 @@
|
|
|
| #include "base/metrics/histogram.h"
|
| #include "chrome/browser/profiles/profile.h"
|
| -#include "chrome/browser/sync/profile_sync_factory.h"
|
| +#include "chrome/browser/sync/profile_sync_components_factory.h"
|
|
|
| namespace browser_sync {
|
|
|
| AppDataTypeController::AppDataTypeController(
|
| - ProfileSyncFactory* profile_sync_factory,
|
| + ProfileSyncComponentsFactory* profile_sync_factory,
|
| Profile* profile,
|
| ProfileSyncService* sync_service)
|
| : FrontendDataTypeController(profile_sync_factory,
|
| @@ -32,7 +32,7 @@ bool AppDataTypeController::StartModels() {
|
| }
|
|
|
| void AppDataTypeController::CreateSyncComponents() {
|
| - ProfileSyncFactory::SyncComponents sync_components =
|
| + ProfileSyncComponentsFactory::SyncComponents sync_components =
|
| profile_sync_factory_->CreateAppSyncComponents(sync_service_,
|
| this);
|
| set_model_associator(sync_components.model_associator);
|
|
|