Index: webkit/glue/image_decoder.cc |
diff --git a/webkit/glue/image_decoder.cc b/webkit/glue/image_decoder.cc |
index 1429b09e7cb37d403e46948317d5a2751182f1a2..2c30ba1c3befe724a5c53dd5e0f12d6f7920e80e 100644 |
--- a/webkit/glue/image_decoder.cc |
+++ b/webkit/glue/image_decoder.cc |
@@ -4,9 +4,9 @@ |
#include "webkit/glue/image_decoder.h" |
-#include "third_party/WebKit/Source/Platform/chromium/public/WebData.h" |
-#include "third_party/WebKit/Source/Platform/chromium/public/WebImage.h" |
-#include "third_party/WebKit/Source/Platform/chromium/public/WebSize.h" |
+#include "third_party/WebKit/public/platform/WebData.h" |
+#include "third_party/WebKit/public/platform/WebImage.h" |
+#include "third_party/WebKit/public/platform/WebSize.h" |
#include "third_party/skia/include/core/SkBitmap.h" |
using WebKit::WebData; |