| Index: ui/gfx/test/display_util.h
|
| diff --git a/ui/gfx/test/display_util.h b/ui/gfx/test/display_util.h
|
| index 842af7fdf9980cbfafe084cedec615bbb7de8888..817e26ca1dcfdbac18274c22939d9750c3510da5 100644
|
| --- a/ui/gfx/test/display_util.h
|
| +++ b/ui/gfx/test/display_util.h
|
| @@ -9,7 +9,7 @@
|
|
|
| namespace gfx {
|
|
|
| -inline bool operator==(const gfx::Display& lhs, const gfx::Display& rhs) {
|
| +inline bool operator==(const Display& lhs, const Display& rhs) {
|
| return lhs.id() == rhs.id() &&
|
| lhs.bounds() == rhs.bounds() &&
|
| lhs.work_area() == rhs.work_area() &&
|
|
|