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

Unified Diff: mojo/shell/tests/capability_filter_test.h

Issue 1725353003: Eliminate mojo::Shell client lib class (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@15connector
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
« no previous file with comments | « mojo/shell/tests/application_manager_unittest.cc ('k') | mojo/shell/tests/capability_filter_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/shell/tests/capability_filter_test.h
diff --git a/mojo/shell/tests/capability_filter_test.h b/mojo/shell/tests/capability_filter_test.h
index 45a5fa89af8d53dae523eef5caca2b4d43bd4c8d..43d7e472abfe8c18c8307807e956a2bbaeb57d17 100644
--- a/mojo/shell/tests/capability_filter_test.h
+++ b/mojo/shell/tests/capability_filter_test.h
@@ -29,13 +29,13 @@ class TestApplication : public ShellClient {
private:
// Overridden from ShellClient:
- void Initialize(Shell* shell, const std::string& url, uint32_t id,
+ void Initialize(Connector* connector, const std::string& url, uint32_t id,
uint32_t user_id) override;
bool AcceptConnection(Connection* connection) override;
void ConnectionClosed(const std::string& service_url);
- Shell* shell_;
+ Connector* connector_;
std::string url_;
ValidatorPtr validator_;
scoped_ptr<Connection> connection1_;
« no previous file with comments | « mojo/shell/tests/application_manager_unittest.cc ('k') | mojo/shell/tests/capability_filter_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698