Index: cc/resource_update_controller_unittest.cc |
diff --git a/cc/resource_update_controller_unittest.cc b/cc/resource_update_controller_unittest.cc |
index 083a6973a884fea589720c7b42b2d2608fa845c1..ac0b4cc769d497d937f75ee9bc36141b1ba99080 100644 |
--- a/cc/resource_update_controller_unittest.cc |
+++ b/cc/resource_update_controller_unittest.cc |
@@ -12,14 +12,12 @@ |
#include "cc/test/scheduler_test_common.h" |
#include "cc/test/tiled_layer_test_common.h" |
#include "testing/gtest/include/gtest/gtest.h" |
-#include <public/WebThread.h> |
using namespace cc; |
using namespace WebKit; |
using namespace WebKitTests; |
using testing::Test; |
- |
namespace { |
const int kFlushPeriodFull = 4; |
@@ -185,7 +183,6 @@ protected: |
scoped_ptr<ResourceProvider> m_resourceProvider; |
scoped_ptr<ResourceUpdateQueue> m_queue; |
scoped_ptr<PrioritizedTexture> m_textures[4]; |
- scoped_ptr<WebThread> m_thread; |
scoped_ptr<PrioritizedTextureManager> m_textureManager; |
SkBitmap m_bitmap; |