| Index: ash/shelf/shelf_button_pressed_metric_tracker_unittest.cc
|
| diff --git a/ash/shelf/shelf_button_pressed_metric_tracker_unittest.cc b/ash/shelf/shelf_button_pressed_metric_tracker_unittest.cc
|
| index 010161805ad0ad2c5a6e68108e3b836e5ae6d353..8ddb0bf843926cd856a72581e7205b69b9085580 100644
|
| --- a/ash/shelf/shelf_button_pressed_metric_tracker_unittest.cc
|
| +++ b/ash/shelf/shelf_button_pressed_metric_tracker_unittest.cc
|
| @@ -118,7 +118,8 @@ void ShelfButtonPressedMetricTrackerTest::SetUp() {
|
|
|
| ShelfButtonPressedMetricTrackerTestAPI test_api(metric_tracker_);
|
|
|
| - scoped_ptr<base::TickClock> test_tick_clock(new base::SimpleTestTickClock());
|
| + std::unique_ptr<base::TickClock> test_tick_clock(
|
| + new base::SimpleTestTickClock());
|
| tick_clock_ = static_cast<base::SimpleTestTickClock*>(test_tick_clock.get());
|
| test_api.SetTickClock(std::move(test_tick_clock));
|
|
|
|
|