| Index: cc/layer_tree_host.h
|
| diff --git a/cc/layer_tree_host.h b/cc/layer_tree_host.h
|
| index 6d8c9979a88b9317ccb6152243c5e89bccaf34dd..7bbc020f842f95c213893063edf10f9e48c65804 100644
|
| --- a/cc/layer_tree_host.h
|
| +++ b/cc/layer_tree_host.h
|
| @@ -9,14 +9,14 @@
|
| #include "base/hash_tables.h"
|
| #include "base/memory/ref_counted.h"
|
| #include "base/memory/scoped_ptr.h"
|
| -#include "CCAnimationEvents.h"
|
| +#include "cc/animation_events.h"
|
| #include "CCGraphicsContext.h"
|
| #include "CCLayerTreeHostClient.h"
|
| #include "CCLayerTreeHostCommon.h"
|
| #include "CCOcclusionTracker.h"
|
| #include "CCPrioritizedTextureManager.h"
|
| -#include "CCProxy.h"
|
| -#include "CCRenderingStats.h"
|
| +#include "cc/proxy.h"
|
| +#include "cc/rendering_stats.h"
|
| #include "IntRect.h"
|
| #include "cc/rate_limiter.h"
|
| #include "scoped_ptr_vector.h"
|
|
|