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

Unified Diff: ios/chrome/browser/ui/tab_switcher/tab_switcher_panel_view.h

Issue 2608253003: [ios] Moves tab_switcher code out of the ios_internal namespace. (Closed)
Patch Set: Created 3 years, 12 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
Index: ios/chrome/browser/ui/tab_switcher/tab_switcher_panel_view.h
diff --git a/ios/chrome/browser/ui/tab_switcher/tab_switcher_panel_view.h b/ios/chrome/browser/ui/tab_switcher/tab_switcher_panel_view.h
index 16be52cd3e62bccd987f2434a99930f45d0c63da..1fcd8f9dba91a60faabf53d6adfe24ee3380d887 100644
--- a/ios/chrome/browser/ui/tab_switcher/tab_switcher_panel_view.h
+++ b/ios/chrome/browser/ui/tab_switcher/tab_switcher_panel_view.h
@@ -15,7 +15,7 @@
@property(nonatomic, readonly) UICollectionView* collectionView;
-- (instancetype)initWithSessionType:(ios_internal::SessionType)sessionType
+- (instancetype)initWithSessionType:(SessionType)sessionType
NS_DESIGNATED_INITIALIZER;
- (instancetype)initWithFrame:(CGRect)frame NS_UNAVAILABLE;

Powered by Google App Engine
This is Rietveld 408576698