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

Unified Diff: ios/chrome/browser/ui/reading_list/reading_list_view_controller_container.h

Issue 2672823003: Rename ReadingListViewController to ReadingListCollectionViewController (Closed)
Patch Set: Rebase Created 3 years, 10 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/reading_list/reading_list_view_controller_container.h
diff --git a/ios/chrome/browser/ui/reading_list/reading_list_view_controller_container.h b/ios/chrome/browser/ui/reading_list/reading_list_view_controller_container.h
index 905c368208571b36a6da6f11c2c5460448396123..958cb27a75d9d0258c668f65b6bb0589736c8e71 100644
--- a/ios/chrome/browser/ui/reading_list/reading_list_view_controller_container.h
+++ b/ios/chrome/browser/ui/reading_list/reading_list_view_controller_container.h
@@ -5,23 +5,23 @@
#ifndef IOS_CHROME_BROWSER_UI_READING_LIST_READING_LIST_VIEW_CONTROLLER_CONTAINER_H_
#define IOS_CHROME_BROWSER_UI_READING_LIST_READING_LIST_VIEW_CONTROLLER_CONTAINER_H_
+#import "ios/chrome/browser/ui/reading_list/reading_list_collection_view_controller.h"
#import "ios/chrome/browser/ui/reading_list/reading_list_toolbar.h"
-#import "ios/chrome/browser/ui/reading_list/reading_list_view_controller.h"
namespace favicon {
class LargeIconService;
}
+@class ReadingListCollectionViewController;
class ReadingListDownloadService;
class ReadingListModel;
-@class ReadingListViewController;
@protocol UrlLoader;
// Container for the Reading List View Controller and the toolbar. It handles
// the interactions between the two. It also acts as a ReadingList delegate,
// opening entries and displaying context menu.
@interface ReadingListViewControllerContainer
- : UIViewController<ReadingListViewControllerDelegate>
+ : UIViewController<ReadingListCollectionViewControllerDelegate>
- (instancetype)initWithModel:(ReadingListModel*)model
loader:(id<UrlLoader>)loader

Powered by Google App Engine
This is Rietveld 408576698