Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1276)

Unified Diff: ash/test/ash_test_base.h

Issue 289283015: Extract touchscreen device management into a generic manager (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698