Index: content/renderer/pepper/event_conversion.cc |
=================================================================== |
--- content/renderer/pepper/event_conversion.cc (revision 213482) |
+++ content/renderer/pepper/event_conversion.cc (working copy) |
@@ -2,10 +2,10 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
+#include "content/renderer/pepper/event_conversion.h" |
+ |
#include <map> |
-#include "webkit/plugins/ppapi/event_conversion.h" |
- |
#include "base/basictypes.h" |
#include "base/i18n/char_iterator.h" |
#include "base/logging.h" |
@@ -14,14 +14,14 @@ |
#include "base/strings/stringprintf.h" |
#include "base/strings/utf_string_conversion_utils.h" |
#include "base/strings/utf_string_conversions.h" |
+#include "content/renderer/pepper/common.h" |
+#include "content/renderer/pepper/usb_key_code_conversion.h" |
#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/public/platform/WebGamepads.h" |
#include "third_party/WebKit/public/platform/WebString.h" |
#include "third_party/WebKit/public/web/WebInputEvent.h" |
-#include "webkit/plugins/ppapi/common.h" |
-#include "webkit/plugins/ppapi/usb_key_code_conversion.h" |
using ppapi::EventTimeToPPTimeTicks; |
using ppapi::InputEventData; |