Index: trunk/src/mojo/shell/shell_test_helper.h |
=================================================================== |
--- trunk/src/mojo/shell/shell_test_helper.h (revision 272588) |
+++ trunk/src/mojo/shell/shell_test_helper.h (working copy) |
@@ -9,6 +9,7 @@ |
#include "base/memory/scoped_ptr.h" |
#include "base/run_loop.h" |
#include "base/threading/thread.h" |
+#include "mojo/public/cpp/environment/environment.h" |
#include "mojo/public/interfaces/shell/shell.mojom.h" |
namespace base { |
@@ -40,6 +41,8 @@ |
// Invoked once connection has been established. |
void OnShellStarted(); |
+ Environment environment_; |
+ |
base::Thread shell_thread_; |
// If non-null we're in Init() and waiting for connection. |