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

Unified Diff: cc/scrollbar_animation_controller_linear_fade_unittest.cc

Issue 11138029: cc: Remove wtf includes from layer_impl.h (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 2 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: cc/scrollbar_animation_controller_linear_fade_unittest.cc
diff --git a/cc/scrollbar_animation_controller_linear_fade_unittest.cc b/cc/scrollbar_animation_controller_linear_fade_unittest.cc
index e586214fdbf356dd8e19c0ef2f2acf82104746c0..feb3d3a22a9f43b6e1f0b713eb5b13728eb3639f 100644
--- a/cc/scrollbar_animation_controller_linear_fade_unittest.cc
+++ b/cc/scrollbar_animation_controller_linear_fade_unittest.cc
@@ -9,7 +9,6 @@
#include "CCScrollbarLayerImpl.h"
#include "CCSingleThreadProxy.h"
#include "testing/gtest/include/gtest/gtest.h"
-#include <wtf/OwnPtr.h>
using namespace cc;
@@ -33,7 +32,7 @@ protected:
DebugScopedSetImplThread implThread;
- OwnPtr<CCScrollbarAnimationControllerLinearFade> m_scrollbarController;
+ scoped_ptr<CCScrollbarAnimationControllerLinearFade> m_scrollbarController;
scoped_ptr<CCLayerImpl> m_scrollLayer;
CCLayerImpl* m_contentLayer;
scoped_ptr<CCScrollbarLayerImpl> m_scrollbarLayer;
« cc/scrollbar_animation_controller.cc ('K') | « cc/scrollbar_animation_controller_linear_fade.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698