| Index: cc/layers/layer.cc
|
| diff --git a/cc/layers/layer.cc b/cc/layers/layer.cc
|
| index ffe28f59db9e4316dcdd7a86718877a1b6f0073e..79ea6310a04e20e81f7f68c8b2b0e77244f8edb6 100644
|
| --- a/cc/layers/layer.cc
|
| +++ b/cc/layers/layer.cc
|
| @@ -15,8 +15,8 @@
|
| #include "cc/output/copy_output_request.h"
|
| #include "cc/trees/layer_tree_host.h"
|
| #include "cc/trees/layer_tree_impl.h"
|
| -#include "third_party/WebKit/Source/Platform/chromium/public/WebAnimationDelegate.h"
|
| -#include "third_party/WebKit/Source/Platform/chromium/public/WebLayerScrollClient.h"
|
| +#include "third_party/WebKit/public/platform/WebAnimationDelegate.h"
|
| +#include "third_party/WebKit/public/platform/WebLayerScrollClient.h"
|
| #include "third_party/skia/include/core/SkImageFilter.h"
|
| #include "ui/gfx/rect_conversions.h"
|
|
|
|
|