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

Unified Diff: mojo/shell/tests/application_manager_apptest_driver.cc

Issue 1743473002: Change Mojo URLs to structured names (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@18collapse
Patch Set: . Created 4 years, 10 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
Index: mojo/shell/tests/application_manager_apptest_driver.cc
diff --git a/mojo/shell/tests/application_manager_apptest_driver.cc b/mojo/shell/tests/application_manager_apptest_driver.cc
index 7342d720b8afa3c5adc9e4a924daff5f5d31df8e..54d4afc8b955d5944300745be1a9d326c587d845 100644
--- a/mojo/shell/tests/application_manager_apptest_driver.cc
+++ b/mojo/shell/tests/application_manager_apptest_driver.cc
@@ -46,7 +46,7 @@ class TargetApplicationDelegate : public mojo::ShellClient,
private:
// mojo::ShellClient:
- void Initialize(mojo::Connector* connector, const std::string& url,
+ void Initialize(mojo::Connector* connector, const std::string& name,
uint32_t id, uint32_t user_id) override {
base::FilePath target_path;
CHECK(base::PathService::Get(base::DIR_EXE, &target_path));
« no previous file with comments | « mojo/shell/tests/application_manager_apptest.cc ('k') | mojo/shell/tests/application_manager_apptest_driver_manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698