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

Unified Diff: ash/test/ash_test_helper_unittest.cc

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_helper_unittest.cc
diff --git a/ash/test/ash_test_helper_unittest.cc b/ash/test/ash_test_helper_unittest.cc
index f5eae6006b93d9cbdde5b5dd5bd32277e881e864..8273af8637d8f7671274f7ef7b811923076f6a98 100644
--- a/ash/test/ash_test_helper_unittest.cc
+++ b/ash/test/ash_test_helper_unittest.cc
@@ -4,6 +4,7 @@
#include "ash/test/ash_test_helper.h"
+#include "base/at_exit.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "ui/aura/window_event_dispatcher.h"
#include "ui/views/widget/widget.h"
@@ -35,6 +36,7 @@ class AshTestHelperTest : public testing::Test {
}
private:
+ base::ShadowingAtExitManager at_exit_;
base::MessageLoopForUI message_loop_;
scoped_ptr<ash::test::AshTestHelper> ash_test_helper_;

Powered by Google App Engine
This is Rietveld 408576698