| Index: webkit/glue/image_decoder.cc
|
| ===================================================================
|
| --- webkit/glue/image_decoder.cc (revision 112786)
|
| +++ webkit/glue/image_decoder.cc (working copy)
|
| @@ -4,9 +4,9 @@
|
|
|
| #include "webkit/glue/image_decoder.h"
|
|
|
| -#include "third_party/WebKit/Source/WebKit/chromium/public/WebData.h"
|
| -#include "third_party/WebKit/Source/WebKit/chromium/public/WebImage.h"
|
| -#include "third_party/WebKit/Source/WebKit/chromium/public/WebSize.h"
|
| +#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebData.h"
|
| +#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebImage.h"
|
| +#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebSize.h"
|
| #include "third_party/skia/include/core/SkBitmap.h"
|
|
|
| #if WEBKIT_USING_CG
|
|
|