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

Unified Diff: services/ui/ws/test_change_tracker.h

Issue 2608513002: Remove mojo::String. (Closed)
Patch Set: Created 4 years 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/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);

Powered by Google App Engine
This is Rietveld 408576698