| Index: webkit/compositor_bindings/WebLayerTreeViewImpl.h
|
| diff --git a/webkit/compositor_bindings/WebLayerTreeViewImpl.h b/webkit/compositor_bindings/WebLayerTreeViewImpl.h
|
| index c492a9741383ba694ca84d9527e45aa1f5e4f82a..f9b9e11286c116558652dfdec06261a0a7038be3 100644
|
| --- a/webkit/compositor_bindings/WebLayerTreeViewImpl.h
|
| +++ b/webkit/compositor_bindings/WebLayerTreeViewImpl.h
|
| @@ -6,8 +6,8 @@
|
| #define WebLayerTreeViewImpl_h
|
|
|
| #include "base/memory/scoped_ptr.h"
|
| -#include "CCLayerTreeHostClient.h"
|
| -#include <public/WebLayerTreeView.h>
|
| +#include "cc/layer_tree_host_client.h"
|
| +#include "third_party/WebKit/Source/Platform/chromium/public/WebLayerTreeView.h"
|
|
|
| namespace cc {
|
| class CCLayerTreeHost;
|
|
|