| Index: ios/chrome/browser/ui/sync/synced_sessions_bridge.h
|
| diff --git a/ios/chrome/browser/ui/ntp/recent_tabs/synced_sessions_bridge.h b/ios/chrome/browser/ui/sync/synced_sessions_bridge.h
|
| similarity index 87%
|
| rename from ios/chrome/browser/ui/ntp/recent_tabs/synced_sessions_bridge.h
|
| rename to ios/chrome/browser/ui/sync/synced_sessions_bridge.h
|
| index faba31d4da80a5aa298ad6e8894692f1c943d7c5..fb2fb195ec97d71e565e19126b0352da7583875d 100644
|
| --- a/ios/chrome/browser/ui/ntp/recent_tabs/synced_sessions_bridge.h
|
| +++ b/ios/chrome/browser/ui/sync/synced_sessions_bridge.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef IOS_CHROME_BROWSER_UI_NTP_RECENT_TABS_SYNCED_SESSIONS_BRIDGE_H_
|
| -#define IOS_CHROME_BROWSER_UI_NTP_RECENT_TABS_SYNCED_SESSIONS_BRIDGE_H_
|
| +#ifndef IOS_CHROME_BROWSER_UI_SYNC_SYNCED_SESSIONS_BRIDGE_H_
|
| +#define IOS_CHROME_BROWSER_UI_SYNC_SYNCED_SESSIONS_BRIDGE_H_
|
|
|
| #import <UIKit/UIKit.h>
|
|
|
| @@ -11,7 +11,7 @@
|
| #include "components/signin/core/browser/signin_manager_base.h"
|
| #include "components/sync/driver/sync_service_observer.h"
|
| #import "ios/chrome/browser/sync/sync_observer_bridge.h"
|
| -#import "ios/chrome/browser/ui/ntp/recent_tabs/synced_sessions_bridge.h"
|
| +#import "ios/chrome/browser/ui/sync/synced_sessions_bridge.h"
|
|
|
| namespace ios {
|
| class ChromeBrowserState;
|
| @@ -59,4 +59,4 @@ class SyncedSessionsObserverBridge : public SyncObserverBridge,
|
|
|
| } // namespace synced_sessions
|
|
|
| -#endif // IOS_CHROME_BROWSER_UI_NTP_RECENT_TABS_SYNCED_SESSIONS_BRIDGE_H_
|
| +#endif // IOS_CHROME_BROWSER_UI_SYNC_SYNCED_SESSIONS_BRIDGE_H_
|
|
|