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

Unified Diff: ui/events/ozone/evdev/input_injector_evdev_unittest.cc

Issue 1868363002: Replace scoped_ptr with std::unique_ptr in //ui (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@scopedptrcc
Patch Set: scopedptrui: rebase-make_scoped_ptr Created 4 years, 8 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: ui/events/ozone/evdev/input_injector_evdev_unittest.cc
diff --git a/ui/events/ozone/evdev/input_injector_evdev_unittest.cc b/ui/events/ozone/evdev/input_injector_evdev_unittest.cc
index 291579d78a0fc25643c906ed2d84fb88df304230..a2fd1b63f79c16f346ed5f47d7e8dd37bd37df22 100644
--- a/ui/events/ozone/evdev/input_injector_evdev_unittest.cc
+++ b/ui/events/ozone/evdev/input_injector_evdev_unittest.cc
@@ -112,8 +112,8 @@ class InputInjectorEvdevTest : public testing::Test {
EventDispatchCallback dispatch_callback_;
MockCursorEvdev cursor_;
- scoped_ptr<DeviceManager> device_manager_;
- scoped_ptr<EventFactoryEvdev> event_factory_;
+ std::unique_ptr<DeviceManager> device_manager_;
+ std::unique_ptr<EventFactoryEvdev> event_factory_;
InputInjectorEvdev injector_;
« no previous file with comments | « ui/events/ozone/evdev/input_injector_evdev.cc ('k') | ui/events/ozone/evdev/libgestures_glue/event_reader_libevdev_cros.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698