summaryrefslogtreecommitdiffstats
path: root/cc/scrollbar_animation_controller_linear_fade_unittest.cc
diff options
context:
space:
mode:
authorpfeldman@chromium.org <pfeldman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-19 13:40:29 +0000
committerpfeldman@chromium.org <pfeldman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-19 13:40:29 +0000
commitad5d142574850436f1ef5e2d94aa68c8d6594dfc (patch)
tree915eb600b08485fb948c13769592698f1d3f0ae9 /cc/scrollbar_animation_controller_linear_fade_unittest.cc
parente3a71831c6eded3764955fd4d82b8e1b72b3773e (diff)
downloadchromium_src-ad5d142574850436f1ef5e2d94aa68c8d6594dfc.zip
chromium_src-ad5d142574850436f1ef5e2d94aa68c8d6594dfc.tar.gz
chromium_src-ad5d142574850436f1ef5e2d94aa68c8d6594dfc.tar.bz2
Revert r162986 "cc: Remove CC*.h temporary includes, part 1/4."
Build fails with "gclient hooks failed" error. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162988 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cc/scrollbar_animation_controller_linear_fade_unittest.cc')
-rw-r--r--cc/scrollbar_animation_controller_linear_fade_unittest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/scrollbar_animation_controller_linear_fade_unittest.cc b/cc/scrollbar_animation_controller_linear_fade_unittest.cc
index 4fad8ba..feb3d3a 100644
--- a/cc/scrollbar_animation_controller_linear_fade_unittest.cc
+++ b/cc/scrollbar_animation_controller_linear_fade_unittest.cc
@@ -7,7 +7,7 @@
#include "CCScrollbarAnimationControllerLinearFade.h"
#include "CCScrollbarLayerImpl.h"
-#include "cc/single_thread_proxy.h"
+#include "CCSingleThreadProxy.h"
#include "testing/gtest/include/gtest/gtest.h"
using namespace cc;