| Index: cc/thread_proxy.h
|
| diff --git a/cc/thread_proxy.h b/cc/thread_proxy.h
|
| index cc7842ba3f336158c42a34d2948cc5605b8111f0..b22e513f28ffd327dc9aa1e418fbd0012c20cbb1 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>
|
|
|
| namespace cc {
|
|
|