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

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

Issue 2505133003: Mojo C++ bindings: switch part of the services/ui/public/interfaces mojom target to use STL types. (Closed)
Patch Set: Merge branch 'master' into c139_wrappers_ui Created 4 years, 1 month 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/ws/user_id_tracker.cc ('k') | services/ui/ws/window_server_test_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/ws/window_server_test_impl.h
diff --git a/services/ui/ws/window_server_test_impl.h b/services/ui/ws/window_server_test_impl.h
index 75384d8d34377f58649bea0e6b3a438923082b2b..ffeb5504de14b0ec9088c62f1803d9e3b2be45eb 100644
--- a/services/ui/ws/window_server_test_impl.h
+++ b/services/ui/ws/window_server_test_impl.h
@@ -27,7 +27,7 @@ class WindowServerTestImpl : public mojom::WindowServerTest {
// mojom::WindowServerTest:
void EnsureClientHasDrawnWindow(
- const mojo::String& client_name,
+ const std::string& client_name,
const EnsureClientHasDrawnWindowCallback& callback) override;
WindowServer* window_server_;
« no previous file with comments | « services/ui/ws/user_id_tracker.cc ('k') | services/ui/ws/window_server_test_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698