Index: cc/layer_tree_host.h |
diff --git a/cc/layer_tree_host.h b/cc/layer_tree_host.h |
index c78fb09957ece3d843e53425c5e706dac149cfa1..4405d586f47a17f146ff880c3aec6a993605308d 100644 |
--- a/cc/layer_tree_host.h |
+++ b/cc/layer_tree_host.h |
@@ -5,23 +5,24 @@ |
#ifndef CCLayerTreeHost_h |
#define CCLayerTreeHost_h |
+#include <limits> |
+ |
#include "CCAnimationEvents.h" |
#include "CCGraphicsContext.h" |
#include "CCLayerTreeHostClient.h" |
#include "CCLayerTreeHostCommon.h" |
-#include "CCOcclusionTracker.h" |
-#include "CCPrioritizedTextureManager.h" |
-#include "CCProxy.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/occlusion_tracker.h" |
+#include "cc/prioritized_texture_manager.h" |
+#include "cc/proxy.h" |
#include "cc/rate_limiter.h" |
#include "cc/rendering_stats.h" |
#include "cc/scoped_ptr_vector.h" |
#include "third_party/skia/include/core/SkColor.h" |
-#include <limits> |
#if defined(COMPILER_GCC) |
namespace BASE_HASH_NAMESPACE { |