Index: ash/test/ash_test_base.h |
diff --git a/ash/test/ash_test_base.h b/ash/test/ash_test_base.h |
index 6ef1591edae0aa25bec582ccf5996ce97f51a34b..9b17165aa6c598459501b9d62b20e21be239dddf 100644 |
--- a/ash/test/ash_test_base.h |
+++ b/ash/test/ash_test_base.h |
@@ -7,6 +7,7 @@ |
#include <string> |
+#include "base/at_exit.h" |
#include "base/compiler_specific.h" |
#include "base/message_loop/message_loop.h" |
#include "base/threading/thread.h" |
@@ -126,6 +127,7 @@ class AshTestBase : public testing::Test { |
void UnblockUserSession(); |
private: |
+ base::ShadowingAtExitManager at_exit_; |
bool setup_called_; |
bool teardown_called_; |
// |SetUp()| doesn't activate session if this is set to false. |