diff options
Diffstat (limited to 'cc/input/top_controls_manager_unittest.cc')
-rw-r--r-- | cc/input/top_controls_manager_unittest.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/input/top_controls_manager_unittest.cc b/cc/input/top_controls_manager_unittest.cc index 0e426a0..9b88d24 100644 --- a/cc/input/top_controls_manager_unittest.cc +++ b/cc/input/top_controls_manager_unittest.cc @@ -8,9 +8,9 @@ #include "base/time.h" #include "cc/input/top_controls_manager_client.h" #include "cc/layer_impl.h" -#include "cc/layer_tree_impl.h" #include "cc/test/fake_impl_proxy.h" #include "cc/test/fake_layer_tree_host_impl.h" +#include "cc/trees/layer_tree_impl.h" #include "testing/gtest/include/gtest/gtest.h" #include "ui/gfx/vector2d_f.h" |