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

Unified Diff: shell/android/nfc_apptest.cc

Issue 1990603002: Make ApplicationTestBase not use ApplicationImpl. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: delete ApplicationImpl::WaitForInitialize() Created 4 years, 7 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 | « services/url_response_disk_cache/url_response_disk_cache_apptest.cc ('k') | shell/shell_apptest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: shell/android/nfc_apptest.cc
diff --git a/shell/android/nfc_apptest.cc b/shell/android/nfc_apptest.cc
index 797ae682423e20bb2b7e7c46d73ea81335bcd4eb..e4c6420ab91814e7ca2dd68a3a35b7e3d64e01b1 100644
--- a/shell/android/nfc_apptest.cc
+++ b/shell/android/nfc_apptest.cc
@@ -4,7 +4,6 @@
#include "base/bind.h"
#include "base/message_loop/message_loop.h"
-#include "mojo/public/cpp/application/application_impl.h"
#include "mojo/public/cpp/application/application_test_base.h"
#include "mojo/public/cpp/application/connect.h"
#include "mojo/public/cpp/bindings/callback.h"
@@ -27,7 +26,7 @@ class NfcApplicationTest : public test::ApplicationTestBase {
// ApplicationTestBase:
void SetUp() override {
ApplicationTestBase::SetUp();
- ConnectToService(application_impl()->shell(), "mojo:nfc", GetProxy(&nfc_));
+ ConnectToService(shell(), "mojo:nfc", GetProxy(&nfc_));
}
nfc::NfcPtr nfc_;
« no previous file with comments | « services/url_response_disk_cache/url_response_disk_cache_apptest.cc ('k') | shell/shell_apptest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698