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