| Index: cc/thread_proxy.h
|
| diff --git a/cc/thread_proxy.h b/cc/thread_proxy.h
|
| index 48da56d05669211e3a0346280ccd24af3ebb0254..9b6e5f2cbdf00b81a9a1f7274e3432fd34f2d28d 100644
|
| --- a/cc/thread_proxy.h
|
| +++ b/cc/thread_proxy.h
|
| @@ -5,12 +5,12 @@
|
| #ifndef CCThreadProxy_h
|
| #define CCThreadProxy_h
|
|
|
| -#include "CCAnimationEvents.h"
|
| -#include "CCCompletionEvent.h"
|
| +#include "cc/animation_events.h"
|
| +#include "cc/completion_event.h"
|
| #include "CCLayerTreeHostImpl.h"
|
| -#include "CCProxy.h"
|
| -#include "CCScheduler.h"
|
| -#include "CCTextureUpdateController.h"
|
| +#include "cc/proxy.h"
|
| +#include "cc/scheduler.h"
|
| +#include "cc/texture_update_controller.h"
|
| #include <base/time.h>
|
| #include <wtf/OwnPtr.h>
|
|
|
|
|