| 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
|
|
|