diff options
author | jamesr@chromium.org <jamesr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-18 07:41:21 +0000 |
---|---|---|
committer | jamesr@chromium.org <jamesr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-18 07:41:21 +0000 |
commit | 3052b10f18b49c24c05cec21be0d901189a9b487 (patch) | |
tree | 951c8347b53f393768ac63621149b94dabf08fa8 /cc/test/fake_layer_tree_host_client.h | |
parent | 8ba4bbe268033b0534b00a4261f092e1bbe31190 (diff) | |
download | chromium_src-3052b10f18b49c24c05cec21be0d901189a9b487.zip chromium_src-3052b10f18b49c24c05cec21be0d901189a9b487.tar.gz chromium_src-3052b10f18b49c24c05cec21be0d901189a9b487.tar.bz2 |
Part 5 of cc/ directory shuffles: input
Continuation of https://src.chromium.org/viewvc/chrome?view=rev&revision=188681
BUG=190824
TBR=piman@chromium.org, enne@chromium.org
Review URL: https://codereview.chromium.org/12722006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@188691 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 65a40ef..e781773 100644 --- a/cc/test/fake_layer_tree_host_client.h +++ b/cc/test/fake_layer_tree_host_client.h @@ -6,7 +6,7 @@ #define CC_TEST_FAKE_LAYER_TREE_HOST_CLIENT_H_ #include "base/memory/scoped_ptr.h" -#include "cc/input_handler.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" |