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..3eed4bf9cfa726fa6026524bc99d3357e85c6be7 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<display::ManagedDisplayMode>& old_resolution, |
+ const scoped_refptr<display::ManagedDisplayMode>& new_resolution, |
const base::Closure& accept_callback); |
// Returns true if the notification is visible or scheduled to be visible and |