Index: trunk/src/ash/test/ash_test_base.h |
=================================================================== |
--- trunk/src/ash/test/ash_test_base.h (revision 201965) |
+++ trunk/src/ash/test/ash_test_base.h (working copy) |
@@ -9,7 +9,6 @@ |
#include "base/compiler_specific.h" |
#include "base/message_loop.h" |
-#include "base/threading/thread.h" |
#include "testing/gtest/include/gtest/gtest.h" |
#include "third_party/skia/include/core/SkColor.h" |
#include "ui/aura/client/window_types.h" |
@@ -110,9 +109,6 @@ |
scoped_ptr<AshTestHelper> ash_test_helper_; |
scoped_ptr<aura::test::EventGenerator> event_generator_; |
#if defined(OS_WIN) |
- // Note that the order is important here as ipc_thread_ should be destroyed |
- // after metro_viewer_host_->channel_. |
- scoped_ptr<base::Thread> ipc_thread_; |
scoped_ptr<TestMetroViewerProcessHost> metro_viewer_host_; |
ui::ScopedOleInitializer ole_initializer_; |
#endif |
Property changes on: trunk/src/ash/test/ash_test_base.h |
___________________________________________________________________ |
Deleted: svn:mergeinfo |