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

Unified Diff: chrome/browser/ui/app_list/app_list_service_mac.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/app_list/app_list_service_mac.h
diff --git a/chrome/browser/ui/app_list/app_list_service_mac.h b/chrome/browser/ui/app_list/app_list_service_mac.h
index 79b1527d901aa0d384b77ccf21dbda265d667b12..b9eb8ded28ec454f8222ce078a2354e34df9a078 100644
--- a/chrome/browser/ui/app_list/app_list_service_mac.h
+++ b/chrome/browser/ui/app_list/app_list_service_mac.h
@@ -16,13 +16,12 @@
@class AppListAnimationController;
-namespace gfx {
+namespace display {
class Display;
-class Point;
}
-namespace display {
-using Display = gfx::Display;
+namespace gfx {
+class Point;
}
// AppListServiceMac manages global resources needed for the app list to
« no previous file with comments | « chrome/browser/plugins/plugin_power_saver_browsertest.cc ('k') | chrome/browser/ui/autofill/popup_view_common.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698