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

Unified Diff: services/navigation/navigation_unittest.cc

Issue 2008193002: Change mojo geometry structs from using type converters to StructTraits. (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: services/navigation/navigation_unittest.cc
diff --git a/services/navigation/navigation_unittest.cc b/services/navigation/navigation_unittest.cc
index a6a7b0f6b4bf193a3236f1a8b82960635c9ec6aa..ad878ed8bf0fd58a7934b4a9f1d036c1e7da3362 100644
--- a/services/navigation/navigation_unittest.cc
+++ b/services/navigation/navigation_unittest.cc
@@ -49,7 +49,7 @@ class NavigationTest : public shell::test::ShellTest,
void ViewCreated(mojom::ViewPtr,
mojom::ViewClientRequest,
bool,
- mojo::RectPtr,
+ const gfx::Rect&,
bool) override {}
void Close() override {}

Powered by Google App Engine
This is Rietveld 408576698