summaryrefslogtreecommitdiffstats
path: root/cc/layer_tree_host.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/layer_tree_host.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/layer_tree_host.h')
-rw-r--r--cc/layer_tree_host.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/layer_tree_host.h b/cc/layer_tree_host.h
index 7cb63f8..6d8c9979 100644
--- a/cc/layer_tree_host.h
+++ b/cc/layer_tree_host.h
@@ -18,7 +18,7 @@
#include "CCProxy.h"
#include "CCRenderingStats.h"
#include "IntRect.h"
-#include "RateLimiter.h"
+#include "cc/rate_limiter.h"
#include "scoped_ptr_vector.h"
#include "third_party/skia/include/core/SkColor.h"
#include <limits>