Index: ash/system/date/date_view_unittest.cc |
diff --git a/ash/system/date/date_view_unittest.cc b/ash/system/date/date_view_unittest.cc |
index 46c33244893a69e554d8cb9b6054602ac202f8d1..2b9e2401b2c3e2436179330b0409a56fb52aaf7b 100644 |
--- a/ash/system/date/date_view_unittest.cc |
+++ b/ash/system/date/date_view_unittest.cc |
@@ -34,7 +34,7 @@ class TimeViewTest : public ash::test::AshTestBase { |
} |
private: |
- scoped_ptr<TimeView> time_view_; |
+ std::unique_ptr<TimeView> time_view_; |
DISALLOW_COPY_AND_ASSIGN(TimeViewTest); |
}; |