Chromium Code Reviews| Index: services/ui/ws/test_change_tracker.h |
| diff --git a/services/ui/ws/test_change_tracker.h b/services/ui/ws/test_change_tracker.h |
| index 3601fca285bf9719c441ef5e2da86dd0538558e1..eb637bda82f6c600d1b4e4a7fea1c090f435f9a5 100644 |
| --- a/services/ui/ws/test_change_tracker.h |
| +++ b/services/ui/ws/test_change_tracker.h |
| @@ -80,7 +80,7 @@ struct Change { |
| gfx::Rect bounds2; |
| int32_t event_action; |
| bool matches_pointer_watcher; |
| - mojo::String embed_url; |
| + std::string embed_url; |
| mojom::OrderDirection direction; |
| bool bool_value; |
| float float_value; |
| @@ -165,7 +165,7 @@ class TestChangeTracker { |
| void OnPointerEventObserved(const ui::Event& event, |
| uint32_t window_id); |
| void OnWindowSharedPropertyChanged(Id window_id, |
| - mojo::String name, |
| + std::string name, |
|
yzshen1
2017/01/03 21:44:41
Please use const&
Sam McNally
2017/01/03 23:44:28
Done.
|
| mojo::Array<uint8_t> data); |
| void OnWindowFocused(Id window_id); |
| void OnWindowPredefinedCursorChanged(Id window_id, mojom::Cursor cursor_id); |