Index: mojo/shell/public/cpp/shell_test.h |
diff --git a/mojo/shell/public/cpp/shell_test.h b/mojo/shell/public/cpp/shell_test.h |
index ee85d124e0d82493fd246c76f0acd4ab7ab21f03..3c8e3d8cbc49cff4ed7ec7ec8c99c50ff5e9e4ce 100644 |
--- a/mojo/shell/public/cpp/shell_test.h |
+++ b/mojo/shell/public/cpp/shell_test.h |
@@ -100,6 +100,8 @@ class ShellTest : public testing::Test { |
std::string initialize_userid_ = shell::mojom::kInheritUserID; |
uint32_t initialize_instance_id_ = shell::mojom::kInvalidInstanceID; |
+ base::Closure initialize_called_; |
+ |
DISALLOW_COPY_AND_ASSIGN(ShellTest); |
}; |