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

Unified Diff: mojo/shell/capability_filter_test.h

Issue 1675153002: ApplicationImpl->ShellConnection, mojom::Application->mojom::ShellClient (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ci2
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/background/background_shell.cc ('k') | mojo/shell/capability_filter_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/shell/capability_filter_test.h
diff --git a/mojo/shell/capability_filter_test.h b/mojo/shell/capability_filter_test.h
index 9052d18244efa36131d0dfea557f34efe7c17d42..e235802230680abcb4dd4dae8dc4f4400e9a3ca8 100644
--- a/mojo/shell/capability_filter_test.h
+++ b/mojo/shell/capability_filter_test.h
@@ -9,8 +9,8 @@
#include "mojo/shell/application_loader.h"
#include "mojo/shell/application_manager.h"
#include "mojo/shell/capability_filter_unittest.mojom.h"
-#include "mojo/shell/public/cpp/application_impl.h"
#include "mojo/shell/public/cpp/shell_client.h"
+#include "mojo/shell/public/cpp/shell_connection.h"
#include "testing/gtest/include/gtest/gtest.h"
namespace mojo {
@@ -51,10 +51,10 @@ class TestLoader : public ApplicationLoader {
private:
// Overridden from ApplicationLoader:
void Load(const GURL& url,
- InterfaceRequest<mojom::Application> request) override;
+ InterfaceRequest<mojom::ShellClient> request) override;
scoped_ptr<ShellClient> delegate_;
- scoped_ptr<ApplicationImpl> app_;
+ scoped_ptr<ShellConnection> app_;
DISALLOW_COPY_AND_ASSIGN(TestLoader);
};
« no previous file with comments | « mojo/shell/background/background_shell.cc ('k') | mojo/shell/capability_filter_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698