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

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

Issue 2608513002: Remove mojo::String. (Closed)
Patch Set: rebase Created 3 years, 12 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
« no previous file with comments | « services/ui/clipboard/clipboard_impl.cc ('k') | services/ui/ws/test_change_tracker.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « services/ui/clipboard/clipboard_impl.cc ('k') | services/ui/ws/test_change_tracker.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698