| Index: ash/display/resolution_notification_controller.h
|
| diff --git a/ash/display/resolution_notification_controller.h b/ash/display/resolution_notification_controller.h
|
| index d372f1afc2e5c1a9138a6ed88648b2f0ef515152..36056c377e2b2df8e3b31a2d739f4a48c6dcc5fb 100644
|
| --- a/ash/display/resolution_notification_controller.h
|
| +++ b/ash/display/resolution_notification_controller.h
|
| @@ -52,8 +52,8 @@ class ASH_EXPORT ResolutionNotificationController
|
| // DisplayManager::SetDisplayMode().
|
| void PrepareNotification(
|
| int64_t display_id,
|
| - const scoped_refptr<ManagedDisplayMode>& old_resolution,
|
| - const scoped_refptr<ManagedDisplayMode>& new_resolution,
|
| + const scoped_refptr<ui::ManagedDisplayMode>& old_resolution,
|
| + const scoped_refptr<ui::ManagedDisplayMode>& new_resolution,
|
| const base::Closure& accept_callback);
|
|
|
| // Returns true if the notification is visible or scheduled to be visible and
|
|
|