| Index: webkit/plugins/ppapi/plugin_object.h
|
| ===================================================================
|
| --- webkit/plugins/ppapi/plugin_object.h (revision 0)
|
| +++ webkit/plugins/ppapi/plugin_object.h (working copy)
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef WEBKIT_GLUE_PLUGINS_PEPPER_PLUGIN_OBJECT_H_
|
| -#define WEBKIT_GLUE_PLUGINS_PEPPER_PLUGIN_OBJECT_H_
|
| +#ifndef WEBKIT_PLUGINS_PPAPI_PLUGIN_OBJECT_H_
|
| +#define WEBKIT_PLUGINS_PPAPI_PLUGIN_OBJECT_H_
|
|
|
| #include <string>
|
|
|
| @@ -14,7 +14,8 @@
|
| typedef struct NPObject NPObject;
|
| typedef struct _NPVariant NPVariant;
|
|
|
| -namespace pepper {
|
| +namespace webkit {
|
| +namespace ppapi {
|
|
|
| class PluginModule;
|
|
|
| @@ -84,6 +85,7 @@
|
| DISALLOW_COPY_AND_ASSIGN(PluginObject);
|
| };
|
|
|
| -} // namespace pepper
|
| +} // namespace ppapi
|
| +} // namespace webkit
|
|
|
| -#endif // WEBKIT_GLUE_PLUGINS_PEPPER_PLUGIN_OBJECT_H_
|
| +#endif // WEBKIT_PLUGINS_PPAPI_PLUGIN_OBJECT_H_
|
|
|