Index: chrome/browser/ui/views/app_list/linux/app_list_linux.h |
diff --git a/chrome/browser/ui/views/app_list/linux/app_list_linux.h b/chrome/browser/ui/views/app_list/linux/app_list_linux.h |
index 091c11e36bf1ffb854662426e86527839dd58ed7..d2ef781565fb10c3f7bd4723026d8a9a3df64a2e 100644 |
--- a/chrome/browser/ui/views/app_list/linux/app_list_linux.h |
+++ b/chrome/browser/ui/views/app_list/linux/app_list_linux.h |
@@ -11,16 +11,15 @@ namespace app_list { |
class AppListView; |
} |
-namespace gfx { |
+namespace display { |
class Display; |
+} |
+ |
+namespace gfx { |
class Point; |
class Size; |
} // namespace gfx |
-namespace display { |
-using Display = gfx::Display; |
-} |
- |
// Responsible for positioning an AppListView on Linux. |
// TODO(tapted): Shouldn't be a class - move the static member functions out. |
class AppListLinux { |