| Index: cc/layers/layer.cc
|
| diff --git a/cc/layers/layer.cc b/cc/layers/layer.cc
|
| index be1efd04677d614dc646396242e16e6211a2405a..4460bdf1b60e43101cce2df9e3d751eeab8894d0 100644
|
| --- a/cc/layers/layer.cc
|
| +++ b/cc/layers/layer.cc
|
| @@ -14,9 +14,9 @@
|
| #include "cc/layers/layer_impl.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/Source/Platform/chromium/public/WebSize.h"
|
| +#include "third_party/WebKit/public/platform/WebAnimationDelegate.h"
|
| +#include "third_party/WebKit/public/platform/WebLayerScrollClient.h"
|
| +#include "third_party/WebKit/public/platform/WebSize.h"
|
| #include "third_party/skia/include/core/SkImageFilter.h"
|
| #include "ui/gfx/rect_conversions.h"
|
|
|
|
|