| 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..68884eabc8e3eb86d56863861ca83aa0709ced0d 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,
|
| + const std::string& name,
|
| mojo::Array<uint8_t> data);
|
| void OnWindowFocused(Id window_id);
|
| void OnWindowPredefinedCursorChanged(Id window_id, mojom::Cursor cursor_id);
|
|
|