| Index: chrome/browser/sync/sessions/session_data_type_controller.h
|
| diff --git a/chrome/browser/sync/sessions/session_data_type_controller.h b/chrome/browser/sync/sessions/session_data_type_controller.h
|
| index 846c23f79b12269afcca4d52b3bd130f008ade9a..851fa287ee51ef001f55913cb0c25f4009f8191f 100644
|
| --- a/chrome/browser/sync/sessions/session_data_type_controller.h
|
| +++ b/chrome/browser/sync/sessions/session_data_type_controller.h
|
| @@ -19,10 +19,10 @@ class SyncedWindowDelegatesGetter;
|
| // Overrides StartModels to avoid sync contention with sessions during
|
| // a session restore operation at startup and to wait for the local
|
| // device info to become available.
|
| -class SessionDataTypeController : public UIDataTypeController,
|
| +class SessionDataTypeController : public sync_driver::UIDataTypeController,
|
| public content::NotificationObserver {
|
| public:
|
| - SessionDataTypeController(SyncApiComponentFactory* factory,
|
| + SessionDataTypeController(sync_driver::SyncApiComponentFactory* factory,
|
| Profile* profile,
|
| SyncedWindowDelegatesGetter* synced_window_getter,
|
| LocalDeviceInfoProvider* local_device,
|
|
|