| Index: ios/chrome/browser/sync/ios_chrome_synced_tab_delegate.cc
|
| diff --git a/ios/chrome/browser/sync/ios_chrome_synced_tab_delegate.cc b/ios/chrome/browser/sync/ios_chrome_synced_tab_delegate.cc
|
| index a563ce51e1b0c9afb0927d8b4ac23aded2eb4a1c..353887b50f87fd7d843384e25b14c5609d5f2ddb 100644
|
| --- a/ios/chrome/browser/sync/ios_chrome_synced_tab_delegate.cc
|
| +++ b/ios/chrome/browser/sync/ios_chrome_synced_tab_delegate.cc
|
| @@ -6,9 +6,9 @@
|
|
|
| #include "base/memory/ref_counted.h"
|
| #include "components/sessions/ios/ios_serialized_navigation_builder.h"
|
| -#include "components/sync_driver/glue/synced_window_delegate.h"
|
| -#include "components/sync_driver/sessions/synced_window_delegates_getter.h"
|
| #include "components/sync_sessions/sync_sessions_client.h"
|
| +#include "components/sync_sessions/synced_window_delegate.h"
|
| +#include "components/sync_sessions/synced_window_delegates_getter.h"
|
| #include "ios/chrome/browser/sessions/ios_chrome_session_tab_helper.h"
|
| #include "ios/web/public/favicon_status.h"
|
| #include "ios/web/public/navigation_item.h"
|
|
|