| Index: cc/layer_tree_host.h
|
| diff --git a/cc/layer_tree_host.h b/cc/layer_tree_host.h
|
| index 9a45ecc8439a6cf9e7eaf85f6df0e9ac4d3545e4..d5cf079be0126fd4de6fe1d795e492b8ec59247c 100644
|
| --- a/cc/layer_tree_host.h
|
| +++ b/cc/layer_tree_host.h
|
| @@ -15,7 +15,8 @@
|
| #include "base/memory/weak_ptr.h"
|
| #include "base/time.h"
|
| #include "cc/animation_events.h"
|
| -#include "cc/cc_export.h"
|
| +#include "cc/base/cc_export.h"
|
| +#include "cc/base/scoped_ptr_vector.h"
|
| #include "cc/layer_tree_host_client.h"
|
| #include "cc/layer_tree_host_common.h"
|
| #include "cc/layer_tree_settings.h"
|
| @@ -24,7 +25,6 @@
|
| #include "cc/proxy.h"
|
| #include "cc/rate_limiter.h"
|
| #include "cc/rendering_stats.h"
|
| -#include "cc/scoped_ptr_vector.h"
|
| #include "skia/ext/refptr.h"
|
| #include "third_party/skia/include/core/SkColor.h"
|
| #include "third_party/skia/include/core/SkPicture.h"
|
|
|