Index: webkit/plugins/npapi/plugin_web_event_converter_mac.mm |
=================================================================== |
--- webkit/plugins/npapi/plugin_web_event_converter_mac.mm (revision 0) |
+++ webkit/plugins/npapi/plugin_web_event_converter_mac.mm (working copy) |
@@ -5,7 +5,7 @@ |
#import <Cocoa/Cocoa.h> |
#include "base/logging.h" |
-#include "webkit/glue/plugins/plugin_web_event_converter_mac.h" |
+#include "webkit/plugins/npapi/plugin_web_event_converter_mac.h" |
#include "third_party/WebKit/WebKit/chromium/public/WebInputEvent.h" |
using WebKit::WebInputEvent; |
@@ -13,6 +13,9 @@ |
using WebKit::WebMouseEvent; |
using WebKit::WebMouseWheelEvent; |
+namespace webkit { |
+namespace npapi { |
+ |
namespace { |
// Returns true if the caps lock flag should be set for the given event. |
@@ -357,3 +360,6 @@ |
return NULL; |
} |
} |
+ |
+} // namespace npapi |
+} // namespace webkit |