summaryrefslogtreecommitdiffstats
path: root/cc/test/animation_test_common.cc
diff options
context:
space:
mode:
authortfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-16 21:11:14 +0000
committertfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-16 21:11:14 +0000
commita8461d8d0eeabb749b80c4e2903a8111a5cbac18 (patch)
treec8039e4730085ac79ee537726483c2340c2622b5 /cc/test/animation_test_common.cc
parent83be7dd219f61766f77a62cf695e2771bfec3e8e (diff)
downloadchromium_src-a8461d8d0eeabb749b80c4e2903a8111a5cbac18.zip
chromium_src-a8461d8d0eeabb749b80c4e2903a8111a5cbac18.tar.gz
chromium_src-a8461d8d0eeabb749b80c4e2903a8111a5cbac18.tar.bz2
cc: Remove the temporary header files that aren't prefixed with CC*
The list of files was generated with the following command line: $ ls *.h cc/ | grep -v CC BUG=155413 TEST=cc_unittests R=enne@chromium.org,jamesr@chromium.org Review URL: https://codereview.chromium.org/11189011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162247 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cc/test/animation_test_common.cc')
-rw-r--r--cc/test/animation_test_common.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/test/animation_test_common.cc b/cc/test/animation_test_common.cc
index e7264ee..7ceaf3f 100644
--- a/cc/test/animation_test_common.cc
+++ b/cc/test/animation_test_common.cc
@@ -9,7 +9,7 @@
#include "CCKeyframedAnimationCurve.h"
#include "CCLayerAnimationController.h"
#include "CCLayerImpl.h"
-#include "LayerChromium.h"
+#include "cc/layer.h"
#include <public/WebTransformOperations.h>
using namespace cc;