| Index: skia/ext/image_operations.cc
|
| ===================================================================
|
| --- skia/ext/image_operations.cc (revision 16007)
|
| +++ skia/ext/image_operations.cc (working copy)
|
| @@ -13,8 +13,8 @@
|
| #include "base/gfx/size.h"
|
| #include "base/logging.h"
|
| #include "base/stack_container.h"
|
| -#include "SkBitmap.h"
|
| -#include "SkColorPriv.h"
|
| +#include "third_party/skia/include/core/SkBitmap.h"
|
| +#include "third_party/skia/include/core/SkColorPriv.h"
|
| #include "skia/ext/convolver.h"
|
|
|
| namespace skia {
|
|
|