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

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: build 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
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

Powered by Google App Engine
This is Rietveld 408576698