Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(202)

Unified Diff: webkit/plugins/npapi/plugin_web_event_converter_mac.mm

Issue 6012002: Move the NPAPI files from webkit/glue/plugins to webkit/plugins/npapi and put... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
« no previous file with comments | « webkit/plugins/npapi/plugin_web_event_converter_mac.h ('k') | webkit/plugins/npapi/quickdraw_drawing_manager_mac.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698