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

Unified Diff: ash/accelerators/accelerator_filter_unittest.cc

Issue 1551133002: Convert Pass()→std::move() in //ash (CrOS edition) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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: ash/accelerators/accelerator_filter_unittest.cc
diff --git a/ash/accelerators/accelerator_filter_unittest.cc b/ash/accelerators/accelerator_filter_unittest.cc
index aebec8d4e6747673e3dac4ae97f6f507f1242b6b..9eefbbda0e924b7f65f46b19f04d18e2c5deb530 100644
--- a/ash/accelerators/accelerator_filter_unittest.cc
+++ b/ash/accelerators/accelerator_filter_unittest.cc
@@ -94,7 +94,7 @@ TEST_F(AcceleratorFilterTest, CanConsumeSystemKeys) {
scoped_ptr<ui::AcceleratorHistory>
accelerator_history(new ui::AcceleratorHistory());
::wm::AcceleratorFilter filter(
- scoped_ptr< ::wm::AcceleratorDelegate>(new AcceleratorDelegate).Pass(),
+ scoped_ptr<::wm::AcceleratorDelegate>(new AcceleratorDelegate),
accelerator_history.get());
aura::Window* root_window = Shell::GetPrimaryRootWindow();
« no previous file with comments | « ash/accelerators/accelerator_controller_unittest.cc ('k') | ash/accelerators/accelerator_interactive_uitest_chromeos.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698