summaryrefslogtreecommitdiffstats
path: root/cc/TextureLayerChromium.h
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/TextureLayerChromium.h
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/TextureLayerChromium.h')
-rw-r--r--cc/TextureLayerChromium.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/cc/TextureLayerChromium.h b/cc/TextureLayerChromium.h
deleted file mode 100644
index 620c2d5..0000000
--- a/cc/TextureLayerChromium.h
+++ /dev/null
@@ -1,6 +0,0 @@
-// Copyright 2012 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-// Temporary forwarding header
-#include "cc/texture_layer.h"