Index: chrome/renderer/safe_browsing/phishing_thumbnailer.cc |
=================================================================== |
--- chrome/renderer/safe_browsing/phishing_thumbnailer.cc (revision 112786) |
+++ chrome/renderer/safe_browsing/phishing_thumbnailer.cc (working copy) |
@@ -12,8 +12,8 @@ |
#include "skia/ext/platform_canvas.h" |
#include "third_party/skia/include/core/SkBitmap.h" |
#include "third_party/WebKit/Source/WebKit/chromium/public/WebFrame.h" |
-#include "third_party/WebKit/Source/WebKit/chromium/public/WebRect.h" |
-#include "third_party/WebKit/Source/WebKit/chromium/public/WebSize.h" |
+#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebRect.h" |
+#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebSize.h" |
#include "third_party/WebKit/Source/WebKit/chromium/public/WebView.h" |
#include "ui/gfx/size.h" |
#include "webkit/glue/webkit_glue.h" |