| Index: chrome/browser/ui/views/app_list/win/app_list_win.h
|
| diff --git a/chrome/browser/ui/views/app_list/win/app_list_win.h b/chrome/browser/ui/views/app_list/win/app_list_win.h
|
| index 5d530645020df53d0caf1295fa4c469412ed09b7..2d843884ad5f53729a11facabca64261ecadc562 100644
|
| --- a/chrome/browser/ui/views/app_list/win/app_list_win.h
|
| +++ b/chrome/browser/ui/views/app_list/win/app_list_win.h
|
| @@ -9,17 +9,16 @@ namespace app_list {
|
| class AppListView;
|
| }
|
|
|
| -namespace gfx {
|
| +namespace display {
|
| class Display;
|
| +}
|
| +
|
| +namespace gfx {
|
| class Point;
|
| class Rect;
|
| class Size;
|
| }
|
|
|
| -namespace display {
|
| -using Display = gfx::Display;
|
| -}
|
| -
|
| // Responsible for positioning an AppListView on Windows.
|
| // TODO(tapted): Shouldn't be a class - move the static member functions out.
|
| class AppListWin {
|
|
|