| Index: trunk/src/mojo/apps/js/test/js_to_cpp_unittest.cc
|
| ===================================================================
|
| --- trunk/src/mojo/apps/js/test/js_to_cpp_unittest.cc (revision 272588)
|
| +++ trunk/src/mojo/apps/js/test/js_to_cpp_unittest.cc (working copy)
|
| @@ -2,7 +2,6 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "base/at_exit.h"
|
| #include "base/file_util.h"
|
| #include "base/files/file_path.h"
|
| #include "base/message_loop/message_loop.h"
|
| @@ -14,6 +13,7 @@
|
| #include "mojo/common/common_type_converters.h"
|
| #include "mojo/common/test/test_utils.h"
|
| #include "mojo/public/cpp/bindings/allocation_scope.h"
|
| +#include "mojo/public/cpp/environment/environment.h"
|
| #include "mojo/public/cpp/system/core.h"
|
| #include "mojo/public/cpp/system/macros.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| @@ -414,7 +414,7 @@
|
| }
|
|
|
| private:
|
| - base::ShadowingAtExitManager at_exit_;
|
| + Environment environment;
|
| base::MessageLoop loop;
|
| base::RunLoop run_loop_;
|
|
|
|
|