diff options
author | jamesr@chromium.org <jamesr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-18 08:03:04 +0000 |
---|---|---|
committer | jamesr@chromium.org <jamesr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-18 08:03:04 +0000 |
commit | 556fd29842f0ad999d8d3b302636bcafc46792de (patch) | |
tree | bca322141170ab48c18539ed5257c14774ec8531 /cc/test/fake_layer_tree_host_client.h | |
parent | 89e8267acd40726861cbe9eef803534000286c70 (diff) | |
download | chromium_src-556fd29842f0ad999d8d3b302636bcafc46792de.zip chromium_src-556fd29842f0ad999d8d3b302636bcafc46792de.tar.gz chromium_src-556fd29842f0ad999d8d3b302636bcafc46792de.tar.bz2 |
Part 7 of cc/ directory shuffles: trees
Continuation of https://src.chromium.org/viewvc/chrome?view=rev&revision=188681
BUG=190824
TBR=enne@chromium.org, piman@chromium.org
Review URL: https://codereview.chromium.org/12722007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@188694 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cc/test/fake_layer_tree_host_client.h')
-rw-r--r-- | cc/test/fake_layer_tree_host_client.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/test/fake_layer_tree_host_client.h b/cc/test/fake_layer_tree_host_client.h index e781773..a7899a2 100644 --- a/cc/test/fake_layer_tree_host_client.h +++ b/cc/test/fake_layer_tree_host_client.h @@ -7,9 +7,9 @@ #include "base/memory/scoped_ptr.h" #include "cc/input/input_handler.h" -#include "cc/layer_tree_host.h" #include "cc/test/fake_context_provider.h" #include "cc/test/fake_output_surface.h" +#include "cc/trees/layer_tree_host.h" namespace cc { |