| Index: chrome/browser/sync/sessions/sessions_sync_manager_unittest.cc
|
| diff --git a/chrome/browser/sync/sessions/sessions_sync_manager_unittest.cc b/chrome/browser/sync/sessions/sessions_sync_manager_unittest.cc
|
| index 925d8177401c0985a97a074fca0d2471592b05c4..cbac3981bd1a682fe7216c84abd870bb8fdfde1d 100644
|
| --- a/chrome/browser/sync/sessions/sessions_sync_manager_unittest.cc
|
| +++ b/chrome/browser/sync/sessions/sessions_sync_manager_unittest.cc
|
| @@ -8,7 +8,6 @@
|
| #include "chrome/browser/chrome_notification_types.h"
|
| #include "chrome/browser/sessions/session_tab_helper.h"
|
| #include "chrome/browser/sessions/session_types.h"
|
| -#include "chrome/browser/sync/glue/device_info.h"
|
| #include "chrome/browser/sync/glue/local_device_info_provider_mock.h"
|
| #include "chrome/browser/sync/glue/session_sync_test_helper.h"
|
| #include "chrome/browser/sync/glue/synced_tab_delegate.h"
|
| @@ -21,6 +20,7 @@
|
| #include "chrome/test/base/browser_with_test_window_test.h"
|
| #include "components/sessions/serialized_navigation_entry_test_helper.h"
|
| #include "components/sessions/session_id.h"
|
| +#include "components/sync_driver/device_info.h"
|
| #include "content/public/browser/navigation_entry.h"
|
| #include "content/public/browser/notification_details.h"
|
| #include "content/public/browser/notification_service.h"
|
| @@ -35,6 +35,8 @@
|
| using content::WebContents;
|
| using sessions::SerializedNavigationEntry;
|
| using sessions::SerializedNavigationEntryTestHelper;
|
| +using sync_driver::DeviceInfo;
|
| +using sync_driver::LocalDeviceInfoProvider;
|
| using syncer::SyncChange;
|
| using syncer::SyncData;
|
|
|
|
|