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

Unified Diff: ios/clean/chrome/browser/ui/tab_collection/tab_collection_mediator.h

Issue 2780423003: [ios] Use web_state_list in web_contents_mediator. (Closed)
Patch Set: Update unittests. Created 3 years, 9 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/clean/chrome/browser/ui/tab_collection/tab_collection_mediator.h
diff --git a/ios/clean/chrome/browser/ui/tab_collection/tab_collection_mediator.h b/ios/clean/chrome/browser/ui/tab_collection/tab_collection_mediator.h
index 5d4f864c541576bb80839780d56025a7d6c25582..c9d3d0c6d67a66c81b2b444b99dea6cb399bbad9 100644
--- a/ios/clean/chrome/browser/ui/tab_collection/tab_collection_mediator.h
+++ b/ios/clean/chrome/browser/ui/tab_collection/tab_collection_mediator.h
@@ -5,6 +5,8 @@
#ifndef IOS_CLEAN_CHROME_BROWSER_UI_TAB_COLLECTION_TAB_COLLECTION_MEDIATOR_H_
#define IOS_CLEAN_CHROME_BROWSER_UI_TAB_COLLECTION_TAB_COLLECTION_MEDIATOR_H_
+#import <Foundation/Foundation.h>
+
#import "ios/clean/chrome/browser/ui/tab_collection/tab_collection_data_source.h"
#import "ios/shared/chrome/browser/tabs/web_state_list_observer_bridge.h"

Powered by Google App Engine
This is Rietveld 408576698