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

Unified Diff: mojo/shell/tests/lifecycle/lifecycle_unittest.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/connect/connect_unittest.cc ('k') | mojo/shell/tests/loader_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/shell/tests/lifecycle/lifecycle_unittest.cc
diff --git a/mojo/shell/tests/lifecycle/lifecycle_unittest.cc b/mojo/shell/tests/lifecycle/lifecycle_unittest.cc
index 39b67c1605582b96a680d66d9e00049443d33245..aa82cad34a9890714fb3f47ec5b608192f513737 100644
--- a/mojo/shell/tests/lifecycle/lifecycle_unittest.cc
+++ b/mojo/shell/tests/lifecycle/lifecycle_unittest.cc
@@ -218,8 +218,8 @@ class LifecycleTest : public mojo::test::ShellTest {
std::move(pipe), 0u));
shell->CreateInstanceForFactory(std::move(factory), kTestExeName,
- mojom::Connector::kUserInherit,
- std::move(filter), std::move(request));
+ mojom::kInheritUserID, std::move(filter),
+ std::move(request));
base::LaunchOptions options;
#if defined(OS_WIN)
« no previous file with comments | « mojo/shell/tests/connect/connect_unittest.cc ('k') | mojo/shell/tests/loader_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698