Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(899)

Unified Diff: ui/gfx/test/display_util.h

Issue 1945903002: Move display_finder to ui/display (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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() &&
« ui/display/display_finder.h ('K') | « ui/gfx/gfx.gyp ('k') | ui/views/mus/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698