Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(116)

Unified Diff: ash/display/resolution_notification_controller.h

Issue 2270553002: Move ash::DisplayInfo to ui (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ash/display/mirror_window_controller_unittest.cc ('k') | ash/display/resolution_notification_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « ash/display/mirror_window_controller_unittest.cc ('k') | ash/display/resolution_notification_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698