Index: webkit/plugins/npapi/webplugin_impl.h |
diff --git a/webkit/plugins/npapi/webplugin_impl.h b/webkit/plugins/npapi/webplugin_impl.h |
index 7b6594bc4b3117e0b20da22f5aa9b4b1ccaa70be..dbf31436a9f2f7d22094f128012194bd194f6a9b 100644 |
--- a/webkit/plugins/npapi/webplugin_impl.h |
+++ b/webkit/plugins/npapi/webplugin_impl.h |
@@ -14,11 +14,11 @@ |
#include "base/memory/scoped_ptr.h" |
#include "base/memory/weak_ptr.h" |
#include "googleurl/src/gurl.h" |
-#include "third_party/WebKit/Source/Platform/chromium/public/WebRect.h" |
-#include "third_party/WebKit/Source/Platform/chromium/public/WebString.h" |
-#include "third_party/WebKit/Source/Platform/chromium/public/WebURLLoaderClient.h" |
-#include "third_party/WebKit/Source/Platform/chromium/public/WebURLRequest.h" |
-#include "third_party/WebKit/Source/Platform/chromium/public/WebVector.h" |
+#include "third_party/WebKit/public/platform/WebRect.h" |
+#include "third_party/WebKit/public/platform/WebString.h" |
+#include "third_party/WebKit/public/platform/WebURLLoaderClient.h" |
+#include "third_party/WebKit/public/platform/WebURLRequest.h" |
+#include "third_party/WebKit/public/platform/WebVector.h" |
#include "third_party/WebKit/Source/WebKit/chromium/public/WebPlugin.h" |
#include "ui/gfx/native_widget_types.h" |
#include "webkit/plugins/npapi/webplugin.h" |