diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-23 02:08:31 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-23 02:08:31 +0000 |
commit | d50c6868b828cbbd2a748065f829c69e264e68c7 (patch) | |
tree | 3b06cb9ae684ace08ae3cfd922c2672129c07fd3 /cc/thread_proxy.cc | |
parent | 478b24407f0782b475033ac0e3e28f697a5c4fa1 (diff) | |
download | chromium_src-d50c6868b828cbbd2a748065f829c69e264e68c7.zip chromium_src-d50c6868b828cbbd2a748065f829c69e264e68c7.tar.gz chromium_src-d50c6868b828cbbd2a748065f829c69e264e68c7.tar.bz2 |
cc: Remove CC*.h temporary includes, part 5/4.
BUG=155413
TEST=cc_unittests
R=enne@chromium.org,jamesr@chromium.org
TBR=jamesr@chromium.org
Review URL: https://chromiumcodereview.appspot.com/11225040
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@163479 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cc/thread_proxy.cc')
-rw-r--r-- | cc/thread_proxy.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cc/thread_proxy.cc b/cc/thread_proxy.cc index 567fc8e..ee08f77 100644 --- a/cc/thread_proxy.cc +++ b/cc/thread_proxy.cc @@ -10,9 +10,9 @@ #include "CCDrawQuad.h" #include "CCFrameRateController.h" #include "CCGraphicsContext.h" -#include "CCInputHandler.h" -#include "CCLayerTreeHost.h" #include "base/debug/trace_event.h" +#include "cc/input_handler.h" +#include "cc/layer_tree_host.h" #include "cc/scheduler.h" #include "cc/scoped_thread_proxy.h" #include "cc/thread_task.h" |