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

Unified Diff: mojo/shell/tests/shell/target.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 | « mojo/shell/tests/shell/driver.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/shell/tests/shell/target.cc
diff --git a/mojo/shell/tests/shell/target.cc b/mojo/shell/tests/shell/target.cc
index d0eeca254420a8c090a102a03d17e196c5608180..fe2c83cc0c49790c6d386f4a4b6a5641b356d5f1 100644
--- a/mojo/shell/tests/shell/target.cc
+++ b/mojo/shell/tests/shell/target.cc
@@ -24,7 +24,7 @@ class Target : public mojo::ShellClient {
private:
// mojo::ShellClient:
void Initialize(mojo::Connector* connector, const std::string& name,
- uint32_t id, uint32_t user_id) override {
+ const std::string& user_id, uint32_t id) override {
CreateInstanceForFactoryTestPtr service;
connector->ConnectToInterface("mojo:shell_unittest", &service);
service->SetTargetID(id);
« no previous file with comments | « mojo/shell/tests/shell/driver.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698