Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(99)

Unified Diff: ios/chrome/browser/ui/sync/synced_sessions_bridge.h

Issue 2970693004: (NO NEED REVIEW) loading spinner background for bookmarks panel (iOS)
Patch Set: move synced_sessions_bridge to browser/ui/sync/ Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ios/chrome/browser/ui/sync/BUILD.gn ('k') | ios/chrome/browser/ui/sync/synced_sessions_bridge.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « ios/chrome/browser/ui/sync/BUILD.gn ('k') | ios/chrome/browser/ui/sync/synced_sessions_bridge.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698