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

Unified Diff: webkit/plugins/npapi/default_plugin_shared.h

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/default_plugin_shared.h
===================================================================
--- webkit/plugins/npapi/default_plugin_shared.h (revision 0)
+++ webkit/plugins/npapi/default_plugin_shared.h (working copy)
@@ -5,9 +5,12 @@
// Thes file contains stuff that should be shared among projects that do some
// special handling with default plugin
-#ifndef WEBKIT_GLUE_PLUGINS_DEFAULT_PLUGIN_SHARED_H
-#define WEBKIT_GLUE_PLUGINS_DEFAULT_PLUGIN_SHARED_H
+#ifndef WEBKIT_PLUGINS_NPAPI_DEFAULT_PLUGIN_SHARED_H
+#define WEBKIT_PLUGINS_NPAPI_DEFAULT_PLUGIN_SHARED_H
+namespace webkit {
+namespace npapi {
+
namespace default_plugin {
// We use the NPNGetValue host function to send notification message to host.
@@ -28,4 +31,7 @@
} // namespace default_plugin
-#endif // WEBKIT_GLUE_PLUGINS_DEFAULT_PLUGIN_SHARED_H
+} // namespace npapi
+} // namespace webkit
+
+#endif // WEBKIT_PLUGINS_NPAPI_DEFAULT_PLUGIN_SHARED_H
« no previous file with comments | « webkit/plugins/npapi/coregraphics_private_symbols_mac.h ('k') | webkit/plugins/npapi/gtk_plugin_container.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698