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

Unified Diff: ash/wm/common/window_positioner.h

Issue 1965073002: Rename gfx::Display to display::Display (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 7 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/shell.h ('k') | ash/wm/common/wm_window.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/common/window_positioner.h
diff --git a/ash/wm/common/window_positioner.h b/ash/wm/common/window_positioner.h
index bc21cb2f0e9275011bf4abf5523e51011c4d2edd..917eff50f7fb9538bfcaeeb1cdb75b6ff228a7a3 100644
--- a/ash/wm/common/window_positioner.h
+++ b/ash/wm/common/window_positioner.h
@@ -9,13 +9,12 @@
#include "base/macros.h"
#include "ui/base/ui_base_types.h"
-namespace gfx {
+namespace display {
class Display;
-class Rect;
}
-namespace display {
-using Display = gfx::Display;
+namespace gfx {
+class Rect;
}
namespace ash {
« no previous file with comments | « ash/shell.h ('k') | ash/wm/common/wm_window.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698