summaryrefslogtreecommitdiffstats
path: root/cc/single_thread_proxy.h
diff options
context:
space:
mode:
authortfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-22 03:07:13 +0000
committertfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-22 03:07:13 +0000
commit55a124d0d7dc22f835c6dd873f4755fb0aba85af (patch)
tree112eba01183d3db09f7b64a85df9a7d091e0d773 /cc/single_thread_proxy.h
parentbe24ab2e5c5145874a62661c957624ec860acd1d (diff)
downloadchromium_src-55a124d0d7dc22f835c6dd873f4755fb0aba85af.zip
chromium_src-55a124d0d7dc22f835c6dd873f4755fb0aba85af.tar.gz
chromium_src-55a124d0d7dc22f835c6dd873f4755fb0aba85af.tar.bz2
cc: Remove CC*.h temporary includes, part 4/4.
BUG=155413 TEST=cc_unittests R=enne@chromium.org,jamesr@chromium.org TBR=jamesr@chromium.org Review URL: https://chromiumcodereview.appspot.com/11233025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@163225 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cc/single_thread_proxy.h')
-rw-r--r--cc/single_thread_proxy.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/cc/single_thread_proxy.h b/cc/single_thread_proxy.h
index 35bd7cc..67c7faa 100644
--- a/cc/single_thread_proxy.h
+++ b/cc/single_thread_proxy.h
@@ -5,11 +5,12 @@
#ifndef CCSingleThreadProxy_h
#define CCSingleThreadProxy_h
+#include <limits>
+
#include "CCAnimationEvents.h"
-#include "CCLayerTreeHostImpl.h"
-#include "CCProxy.h"
#include "base/time.h"
-#include <limits>
+#include "cc/layer_tree_host_impl.h"
+#include "cc/proxy.h"
namespace cc {