Index: cc/texture_update_controller_unittest.cc |
diff --git a/cc/texture_update_controller_unittest.cc b/cc/texture_update_controller_unittest.cc |
index 1805e9e0d6e19b5d110d6ea89c156b35a9faa9aa..407730e565eeb5cb6bc0a713e70eee5f2f6653da 100644 |
--- a/cc/texture_update_controller_unittest.cc |
+++ b/cc/texture_update_controller_unittest.cc |
@@ -168,7 +168,7 @@ protected: |
protected: |
// Classes required to interact and test the CCTextureUpdateController |
scoped_ptr<CCGraphicsContext> m_context; |
- OwnPtr<CCResourceProvider> m_resourceProvider; |
+ scoped_ptr<CCResourceProvider> m_resourceProvider; |
scoped_ptr<CCTextureUpdateQueue> m_queue; |
scoped_ptr<CCPrioritizedTexture> m_textures[4]; |
TextureUploaderForUploadTest m_uploader; |