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

Unified Diff: ash/mus/sysui_application.cc

Issue 1770533002: Change userid from a uint32_t to a string guid (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@33connector
Patch Set: . Created 4 years, 9 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 | « ash/mus/sysui_application.h ('k') | components/filesystem/file_system_app.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/mus/sysui_application.cc
diff --git a/ash/mus/sysui_application.cc b/ash/mus/sysui_application.cc
index c55482ac964d2d80eb02b39384f6ce7d3720bc22..91549478aba89a893a37867b2e67028f724a9979 100644
--- a/ash/mus/sysui_application.cc
+++ b/ash/mus/sysui_application.cc
@@ -279,8 +279,8 @@ SysUIApplication::~SysUIApplication() {}
void SysUIApplication::Initialize(mojo::Connector* connector,
const std::string& url,
- uint32_t id,
- uint32_t user_id) {
+ const std::string& user_id,
+ uint32_t id) {
ash_init_.reset(new AshInit());
ash_init_->Initialize(connector);
}
« no previous file with comments | « ash/mus/sysui_application.h ('k') | components/filesystem/file_system_app.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698