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

Unified Diff: mojo/public/tests/bindings/type_conversion_unittest.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/type_conversion_unittest.cc
diff --git a/mojo/public/tests/bindings/type_conversion_unittest.cc b/mojo/public/tests/bindings/type_conversion_unittest.cc
index fb92b603b969a616fe0432c4e101ce5442245a1b..ad0d1f73ef54427f578cb9a46373034a53be8782 100644
--- a/mojo/public/tests/bindings/type_conversion_unittest.cc
+++ b/mojo/public/tests/bindings/type_conversion_unittest.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "mojo/public/tests/bindings/simple_bindings_support.h"
+#include "mojo/public/environment/environment.h"
#include "mojom/test_structs.h"
#include "testing/gtest/include/gtest/gtest.h"
@@ -66,7 +66,7 @@ namespace test {
class TypeConversionTest : public testing::Test {
private:
- SimpleBindingsSupport bindings_support_;
+ Environment env_;
};
TEST_F(TypeConversionTest, String) {

Powered by Google App Engine
This is Rietveld 408576698