| Index: chrome/browser/chromeos/accessibility/touch_exploration_controller_browsertest.cc
|
| diff --git a/chrome/browser/chromeos/accessibility/touch_exploration_controller_browsertest.cc b/chrome/browser/chromeos/accessibility/touch_exploration_controller_browsertest.cc
|
| index cf90ec7edea472c7133ee4bbf60e591d2ddfc9f4..f13b8d2de4ea23617c1d3340e6b2190e8c14be64 100644
|
| --- a/chrome/browser/chromeos/accessibility/touch_exploration_controller_browsertest.cc
|
| +++ b/chrome/browser/chromeos/accessibility/touch_exploration_controller_browsertest.cc
|
| @@ -71,9 +71,9 @@ class TouchExplorationTest : public InProcessBrowserTest {
|
| ui::GestureDetector::Config gesture_detector_config_;
|
| base::SimpleTestTickClock* simulated_clock_;
|
| aura::Window* root_window_;
|
| - scoped_ptr<ui::test::TestEventHandler> event_handler_;
|
| + std::unique_ptr<ui::test::TestEventHandler> event_handler_;
|
|
|
| -private:
|
| + private:
|
| DISALLOW_COPY_AND_ASSIGN(TouchExplorationTest);
|
| };
|
|
|
|
|