| Index: cc/layer_iterator_unittest.cc
|
| diff --git a/cc/layer_iterator_unittest.cc b/cc/layer_iterator_unittest.cc
|
| index ecb80ed25f18435a76cb57fb47ac967671de6e69..2e1268d74e07f5dcf877692b109283f9d42a33d4 100644
|
| --- a/cc/layer_iterator_unittest.cc
|
| +++ b/cc/layer_iterator_unittest.cc
|
| @@ -4,10 +4,10 @@
|
|
|
| #include "config.h"
|
|
|
| -#include "CCLayerIterator.h"
|
| +#include "cc/layer_iterator.h"
|
|
|
| -#include "CCLayerTreeHostCommon.h"
|
| #include "cc/layer.h"
|
| +#include "cc/layer_tree_host_common.h"
|
| #include "testing/gmock/include/gmock/gmock.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| #include <public/WebTransformationMatrix.h>
|
|
|