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

Unified Diff: ios/chrome/browser/tabs/tab_model_order_controller_unittest.mm

Issue 2683393003: Refactor TabModel to use WebStateList to store WebStates. (Closed)
Patch Set: Fix TabModelTest.MoveTabs. 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
« no previous file with comments | « ios/chrome/browser/tabs/tab_model.mm ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/tabs/tab_model_order_controller_unittest.mm
diff --git a/ios/chrome/browser/tabs/tab_model_order_controller_unittest.mm b/ios/chrome/browser/tabs/tab_model_order_controller_unittest.mm
index bde32a362b2292f54681aad014be54ae9918506e..052ef9c9e871c0e7df4b5c1391f7cc599de71be5 100644
--- a/ios/chrome/browser/tabs/tab_model_order_controller_unittest.mm
+++ b/ios/chrome/browser/tabs/tab_model_order_controller_unittest.mm
@@ -86,10 +86,10 @@ class TabModelOrderControllerTest : public PlatformTest {
IOSChromeScopedTestingChromeBrowserStateManager scoped_browser_state_manager_;
base::scoped_nsobject<SessionWindowIOS> sessionWindow_;
std::unique_ptr<TestChromeBrowserState> chrome_browser_state_;
+ base::mac::ScopedNSAutoreleasePool pool_;
base::scoped_nsobject<Tab> dummy_tab_;
base::scoped_nsobject<TabModelOrderController> orderController_;
base::scoped_nsobject<TabModel> tabModel_;
- base::mac::ScopedNSAutoreleasePool pool_;
};
// Verifies that tabs added in the background (e.g. from context menu -> Open in
« no previous file with comments | « ios/chrome/browser/tabs/tab_model.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698