Index: webkit/plugins/ppapi/event_conversion.cc |
diff --git a/webkit/plugins/ppapi/event_conversion.cc b/webkit/plugins/ppapi/event_conversion.cc |
index 873b2ea6a7230f5462b082f0c1e3e389bf1305f7..c0c11997b40ff4b4a90b8b75d107538bc250df48 100644 |
--- a/webkit/plugins/ppapi/event_conversion.cc |
+++ b/webkit/plugins/ppapi/event_conversion.cc |
@@ -17,8 +17,8 @@ |
#include "ppapi/c/pp_input_event.h" |
#include "ppapi/shared_impl/ppb_input_event_shared.h" |
#include "ppapi/shared_impl/time_conversion.h" |
-#include "third_party/WebKit/Source/Platform/chromium/public/WebGamepads.h" |
-#include "third_party/WebKit/Source/Platform/chromium/public/WebString.h" |
+#include "third_party/WebKit/public/platform/WebGamepads.h" |
+#include "third_party/WebKit/public/platform/WebString.h" |
#include "third_party/WebKit/Source/WebKit/chromium/public/WebInputEvent.h" |
#include "webkit/plugins/ppapi/common.h" |
#include "webkit/plugins/ppapi/usb_key_code_conversion.h" |