Index: cc/layer_tree_host.h |
diff --git a/cc/layer_tree_host.h b/cc/layer_tree_host.h |
index 1f589525ba007a67e3f70bf5a00ce7e617d44cca..c80e79d019e081e833e2f999b83c401e33828c81 100644 |
--- a/cc/layer_tree_host.h |
+++ b/cc/layer_tree_host.h |
@@ -7,13 +7,13 @@ |
#include <limits> |
-#include "CCAnimationEvents.h" |
-#include "CCGraphicsContext.h" |
#include "IntRect.h" |
#include "base/basictypes.h" |
#include "base/hash_tables.h" |
#include "base/memory/ref_counted.h" |
#include "base/memory/scoped_ptr.h" |
+#include "cc/animation_events.h" |
+#include "cc/graphics_context.h" |
#include "cc/layer_tree_host_client.h" |
#include "cc/layer_tree_host_common.h" |
#include "cc/occlusion_tracker.h" |