Index: ash/display/resolution_notification_controller.h |
diff --git a/ash/display/resolution_notification_controller.h b/ash/display/resolution_notification_controller.h |
index 0a4efef53afe530f5b5d2baf99a0c898006d2fb7..405b9eb00fd243fa4005777fcdaf5c1d895b02ce 100644 |
--- a/ash/display/resolution_notification_controller.h |
+++ b/ash/display/resolution_notification_controller.h |
@@ -99,7 +99,7 @@ class ASH_EXPORT ResolutionNotificationController |
static void SuppressTimerForTest(); |
- scoped_ptr<ResolutionChangeInfo> change_info_; |
+ std::unique_ptr<ResolutionChangeInfo> change_info_; |
DISALLOW_COPY_AND_ASSIGN(ResolutionNotificationController); |
}; |