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 42b236987e7bd75d91a48d7a14751aa2698194cf..f885a189b4ffb3481eb32901d1924974128ef0d9 100644 |
--- a/chrome/browser/ui/autofill/popup_view_common.h |
+++ b/chrome/browser/ui/autofill/popup_view_common.h |
@@ -14,6 +14,10 @@ class Point; |
class Rect; |
} |
+namespace display { |
+using Display = gfx::Display; |
+} |
+ |
namespace autofill { |
// Provides utility functions for popup-style views. |
@@ -31,8 +35,9 @@ class PopupViewCommon { |
protected: |
// A helper function to get the display closest to the given point (virtual |
// for testing). |
- virtual gfx::Display GetDisplayNearestPoint(const gfx::Point& point, |
- gfx::NativeView container_view); |
+ virtual display::Display GetDisplayNearestPoint( |
+ const gfx::Point& point, |
+ gfx::NativeView container_view); |
}; |
} // namespace autofill |