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

Unified Diff: chrome/browser/ui/autofill/popup_view_common.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
Index: chrome/browser/ui/autofill/popup_view_common.h
diff --git a/chrome/browser/ui/autofill/popup_view_common.h b/chrome/browser/ui/autofill/popup_view_common.h
index f885a189b4ffb3481eb32901d1924974128ef0d9..87bb0a1309416b5b837e2bf07d7a75c7aa37792d 100644
--- a/chrome/browser/ui/autofill/popup_view_common.h
+++ b/chrome/browser/ui/autofill/popup_view_common.h
@@ -8,14 +8,13 @@
#include "base/macros.h"
#include "ui/gfx/native_widget_types.h"
-namespace gfx {
+namespace display {
class Display;
-class Point;
-class Rect;
}
-namespace display {
-using Display = gfx::Display;
+namespace gfx {
+class Point;
+class Rect;
}
namespace autofill {
« no previous file with comments | « chrome/browser/ui/app_list/app_list_service_mac.h ('k') | chrome/browser/ui/views/app_list/linux/app_list_linux.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698