Index: mojo/shell/public/cpp/application_test_base.h |
diff --git a/mojo/shell/public/cpp/application_test_base.h b/mojo/shell/public/cpp/application_test_base.h |
index f8ff6ad9ec0c890f60e1abf444b3c7bc5683b9e8..65f86e3a77f309a1f229cc4c39ce3c3ac30095c3 100644 |
--- a/mojo/shell/public/cpp/application_test_base.h |
+++ b/mojo/shell/public/cpp/application_test_base.h |
@@ -75,6 +75,7 @@ class ApplicationTestBase : public testing::Test { |
private: |
scoped_ptr<TestHelper> test_helper_; |
+ bool use_default_run_loop_ = false; |
MOJO_DISALLOW_COPY_AND_ASSIGN(ApplicationTestBase); |
}; |