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

Unified Diff: services/ui/ws/user_id_tracker.cc

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.h ('k') | services/ui/ws/window_server_test_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/ws/user_id_tracker.cc
diff --git a/services/ui/ws/user_id_tracker.cc b/services/ui/ws/user_id_tracker.cc
index e1f980fabf3a5f71495f59fe1c536f5aa37096cb..4640368823f180d570327661a6496eb4ce4ae5a6 100644
--- a/services/ui/ws/user_id_tracker.cc
+++ b/services/ui/ws/user_id_tracker.cc
@@ -61,7 +61,7 @@ void UserIdTracker::Bind(mojom::UserAccessManagerRequest request) {
bindings_.AddBinding(this, std::move(request));
}
-void UserIdTracker::SetActiveUser(const mojo::String& user_id) {
+void UserIdTracker::SetActiveUser(const std::string& user_id) {
if (!IsValidUserId(user_id))
AddUserId(user_id);
SetActiveUserId(user_id);
« no previous file with comments | « services/ui/ws/user_id_tracker.h ('k') | services/ui/ws/window_server_test_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698