summaryrefslogtreecommitdiffstats
path: root/mojo/shell/public/cpp/shell_test.h
diff options
context:
space:
mode:
Diffstat (limited to 'mojo/shell/public/cpp/shell_test.h')
-rw-r--r--mojo/shell/public/cpp/shell_test.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/mojo/shell/public/cpp/shell_test.h b/mojo/shell/public/cpp/shell_test.h
index ee85d12..3c8e3d8 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);
};