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

Unified Diff: mojo/public/tests/bindings/sample_service_unittests.cc

Issue 134253004: Mojo: AsyncWaiter and mojo/public/environment (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add missing files Created 6 years, 11 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/public/tests/bindings/sample_service_unittests.cc
diff --git a/mojo/public/tests/bindings/sample_service_unittests.cc b/mojo/public/tests/bindings/sample_service_unittests.cc
index 3fe8a11578a7577aa1842784f50aeeaacaac1d7b..f31b08df87f01f128b9608f051cea3ffd06f2007 100644
--- a/mojo/public/tests/bindings/sample_service_unittests.cc
+++ b/mojo/public/tests/bindings/sample_service_unittests.cc
@@ -6,7 +6,7 @@
#include <ostream>
#include <string>
-#include "mojo/public/tests/bindings/simple_bindings_support.h"
+#include "mojo/public/environment/environment.h"
#include "mojom/sample_service.h"
#include "testing/gtest/include/gtest/gtest.h"
@@ -286,7 +286,7 @@ class SimpleMessageReceiver : public mojo::MessageReceiver {
} // namespace
TEST(BindingsSampleTest, Basic) {
- mojo::test::SimpleBindingsSupport bindings_support;
+ mojo::Environment env;
SimpleMessageReceiver receiver;
// User has a proxy to a Service somehow.

Powered by Google App Engine
This is Rietveld 408576698