| Index: cc/single_thread_proxy.h
|
| diff --git a/cc/single_thread_proxy.h b/cc/single_thread_proxy.h
|
| index 35bd7cc650fbccfece6e9335cc1b87803a97e30f..67c7faa58eae6633c199fd8ed6188e45aabef322 100644
|
| --- a/cc/single_thread_proxy.h
|
| +++ b/cc/single_thread_proxy.h
|
| @@ -5,11 +5,12 @@
|
| #ifndef CCSingleThreadProxy_h
|
| #define CCSingleThreadProxy_h
|
|
|
| +#include <limits>
|
| +
|
| #include "CCAnimationEvents.h"
|
| -#include "CCLayerTreeHostImpl.h"
|
| -#include "CCProxy.h"
|
| #include "base/time.h"
|
| -#include <limits>
|
| +#include "cc/layer_tree_host_impl.h"
|
| +#include "cc/proxy.h"
|
|
|
| namespace cc {
|
|
|
|
|