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

Unified Diff: chrome/browser/ui/tabs/tab_strip_model_unittest.cc

Issue 1550053002: Convert Pass()→std::move() in //chrome/browser/ui (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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 | « chrome/browser/ui/search_engines/template_url_table_model.cc ('k') | chrome/browser/ui/tabs/tab_utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/tabs/tab_strip_model_unittest.cc
diff --git a/chrome/browser/ui/tabs/tab_strip_model_unittest.cc b/chrome/browser/ui/tabs/tab_strip_model_unittest.cc
index f77f608c5be4983d8e72c4192b1ac8b8f0c9e39f..d3e875cbdfe64033a1da8a2926bd875ce3fb0d40 100644
--- a/chrome/browser/ui/tabs/tab_strip_model_unittest.cc
+++ b/chrome/browser/ui/tabs/tab_strip_model_unittest.cc
@@ -2477,8 +2477,7 @@ TEST_F(TabStripModelTest, TabBlockedState) {
reinterpret_cast<gfx::NativeWindow>(0), modal_dialog_manager);
modal_dialog_manager->ShowDialogWithManager(
reinterpret_cast<gfx::NativeWindow>(0),
- scoped_ptr<web_modal::SingleWebContentsDialogManager>(
- native_manager).Pass());
+ scoped_ptr<web_modal::SingleWebContentsDialogManager>(native_manager));
EXPECT_TRUE(strip_src.IsTabBlocked(1));
// Detach the tab.
« no previous file with comments | « chrome/browser/ui/search_engines/template_url_table_model.cc ('k') | chrome/browser/ui/tabs/tab_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698