Index: webkit/glue/webfallbackthemeengine_impl.cc |
diff --git a/webkit/glue/webfallbackthemeengine_impl.cc b/webkit/glue/webfallbackthemeengine_impl.cc |
index 213e3a73faa4780394ecbc55e6432ccdf4baf7a4..6a7319e40ba4ba9cd31ce1dd9a86b30bae52abd7 100644 |
--- a/webkit/glue/webfallbackthemeengine_impl.cc |
+++ b/webkit/glue/webfallbackthemeengine_impl.cc |
@@ -5,8 +5,8 @@ |
#include "webkit/glue/webfallbackthemeengine_impl.h" |
#include "skia/ext/platform_canvas.h" |
-#include "third_party/WebKit/Source/Platform/chromium/public/WebRect.h" |
-#include "third_party/WebKit/Source/Platform/chromium/public/WebSize.h" |
+#include "third_party/WebKit/public/platform/WebRect.h" |
+#include "third_party/WebKit/public/platform/WebSize.h" |
#include "ui/native_theme/fallback_theme.h" |
using WebKit::WebCanvas; |