Index: content/worker/worker_webkitplatformsupport_impl.cc |
diff --git a/content/worker/worker_webkitplatformsupport_impl.cc b/content/worker/worker_webkitplatformsupport_impl.cc |
index 5cffe3e71500725284e612e18294c44be8c7f589..931b75657c3dd6e3c42c94e34f87832dd6e7ef99 100644 |
--- a/content/worker/worker_webkitplatformsupport_impl.cc |
+++ b/content/worker/worker_webkitplatformsupport_impl.cc |
@@ -18,10 +18,10 @@ |
#include "content/worker/worker_thread.h" |
#include "ipc/ipc_sync_message_filter.h" |
#include "net/base/mime_util.h" |
-#include "third_party/WebKit/Source/Platform/chromium/public/WebBlobRegistry.h" |
-#include "third_party/WebKit/Source/Platform/chromium/public/WebFileInfo.h" |
-#include "third_party/WebKit/Source/Platform/chromium/public/WebString.h" |
-#include "third_party/WebKit/Source/Platform/chromium/public/WebURL.h" |
+#include "third_party/WebKit/public/platform/WebBlobRegistry.h" |
+#include "third_party/WebKit/public/platform/WebFileInfo.h" |
+#include "third_party/WebKit/public/platform/WebString.h" |
+#include "third_party/WebKit/public/platform/WebURL.h" |
#include "webkit/base/file_path_string_conversions.h" |
#include "webkit/glue/webfileutilities_impl.h" |
#include "webkit/glue/webkit_glue.h" |