Index: webkit/plugins/ppapi/event_conversion.cc |
diff --git a/webkit/plugins/ppapi/event_conversion.cc b/webkit/plugins/ppapi/event_conversion.cc |
index f98092f1f4e96b3bee7f9bee1af39811b9dd529e..eb4ea06182f1505928b3957ce2a240c989065237 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" |