| Index: webkit/glue/plugins/default_plugin_shared.h
|
| diff --git a/webkit/default_plugin/default_plugin_shared.h b/webkit/glue/plugins/default_plugin_shared.h
|
| similarity index 80%
|
| rename from webkit/default_plugin/default_plugin_shared.h
|
| rename to webkit/glue/plugins/default_plugin_shared.h
|
| index 6bc56fbd8c49144b822fefc5fea65fdc066b36f9..99aac72bb212d6244ab35aca670cf49554b2ed41 100644
|
| --- a/webkit/default_plugin/default_plugin_shared.h
|
| +++ b/webkit/glue/plugins/default_plugin_shared.h
|
| @@ -5,8 +5,8 @@
|
| // Thes file contains stuff that should be shared among projects that do some
|
| // special handling with default plugin
|
|
|
| -#ifndef WEBKIT_DEFAULT_PLUGIN_DEFAULT_PLUGIN_SHARED_H
|
| -#define WEBKIT_DEFAULT_PLUGIN_DEFAULT_PLUGIN_SHARED_H
|
| +#ifndef WEBKIT_GLUE_PLUGINS_DEFAULT_PLUGIN_SHARED_H
|
| +#define WEBKIT_GLUE_PLUGINS_DEFAULT_PLUGIN_SHARED_H
|
|
|
| namespace default_plugin {
|
|
|
| @@ -23,4 +23,4 @@ enum MissingPluginStatus {
|
|
|
| } // namespace default_plugin
|
|
|
| -#endif // #ifndef WEBKIT_DEFAULT_PLUGIN_DEFAULT_PLUGIN_SHARED_H
|
| +#endif // WEBKIT_GLUE_PLUGINS_DEFAULT_PLUGIN_SHARED_H
|
|
|