Index: mojo/shell/shell_test_base.h |
diff --git a/mojo/shell/shell_test_base.h b/mojo/shell/shell_test_base.h |
index eb446ecee6d67a0aba8e339f41f04f161eb411f7..7c61844431c5a9d9fc1ca658d790f56d2d462bbc 100644 |
--- a/mojo/shell/shell_test_base.h |
+++ b/mojo/shell/shell_test_base.h |
@@ -48,8 +48,8 @@ class ShellTestBase : public testing::Test { |
private: |
scoped_ptr<net::test_server::EmbeddedTestServer> test_server_; |
- base::MessageLoop message_loop_; |
Context shell_context_; |
+ base::MessageLoop message_loop_; |
DISALLOW_COPY_AND_ASSIGN(ShellTestBase); |
}; |