| 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 a32f9c8d0dea084fcf80235ce0424a6606c7960f..4c6ee37aa5c4abc237dc9e3bf3e8cf658c7d14b4 100644
|
| --- a/chrome/browser/sync/sessions/sessions_sync_manager_unittest.cc
|
| +++ b/chrome/browser/sync/sessions/sessions_sync_manager_unittest.cc
|
| @@ -19,11 +19,11 @@
|
| #include "chrome/test/base/browser_with_test_window_test.h"
|
| #include "components/sessions/content/content_serialized_navigation_builder.h"
|
| #include "components/sessions/core/serialized_navigation_entry_test_helper.h"
|
| -#include "components/sync/api/attachments/attachment_id.h"
|
| -#include "components/sync/api/attachments/attachment_service_proxy_for_test.h"
|
| -#include "components/sync/api/sync_error_factory_mock.h"
|
| #include "components/sync/device_info/local_device_info_provider_mock.h"
|
| #include "components/sync/driver/sync_api_component_factory.h"
|
| +#include "components/sync/model/attachments/attachment_id.h"
|
| +#include "components/sync/model/attachments/attachment_service_proxy_for_test.h"
|
| +#include "components/sync/model/sync_error_factory_mock.h"
|
| #include "components/sync_sessions/session_sync_test_helper.h"
|
| #include "components/sync_sessions/sync_sessions_client.h"
|
| #include "components/sync_sessions/synced_tab_delegate.h"
|
|
|