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

Unified Diff: services/notifications/apptests/notifications_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/native_support/process_test_base.cc ('k') | services/prediction/prediction_apptests.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/notifications/apptests/notifications_apptest.cc
diff --git a/services/notifications/apptests/notifications_apptest.cc b/services/notifications/apptests/notifications_apptest.cc
index dc41dd131b112fbd196ee9f60376d9c487934752..d61fd63e1ea082a68053f44b89f2f04fa3c01712 100644
--- a/services/notifications/apptests/notifications_apptest.cc
+++ b/services/notifications/apptests/notifications_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"
@@ -31,7 +30,7 @@ class NotificationsApplicationTest : public test::ApplicationTestBase,
// ApplicationTestBase:
void SetUp() override {
ApplicationTestBase::SetUp();
- ConnectToService(application_impl()->shell(), "mojo:notifications",
+ ConnectToService(shell(), "mojo:notifications",
GetProxy(&notification_service_));
}
« no previous file with comments | « services/native_support/process_test_base.cc ('k') | services/prediction/prediction_apptests.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698