| Index: content/child/plugin_param_traits.h
|
| diff --git a/content/common_child/plugin_param_traits.h b/content/child/plugin_param_traits.h
|
| similarity index 94%
|
| rename from content/common_child/plugin_param_traits.h
|
| rename to content/child/plugin_param_traits.h
|
| index 15061a6158b58c2b94340e786885618fefd2ffa3..11ad4fa24ab938db7a6c51b419de8046d8d01bbd 100644
|
| --- a/content/common_child/plugin_param_traits.h
|
| +++ b/content/child/plugin_param_traits.h
|
| @@ -11,8 +11,8 @@
|
| // public members, or because the same type is being used in multiple
|
| // *_messages.h headers.
|
|
|
| -#ifndef CONTENT_COMMON_CHILD_PLUGIN_PARAM_TRAITS_H_
|
| -#define CONTENT_COMMON_CHILD_PLUGIN_PARAM_TRAITS_H_
|
| +#ifndef CONTENT_CHILD_PLUGIN_PARAM_TRAITS_H_
|
| +#define CONTENT_CHILD_PLUGIN_PARAM_TRAITS_H_
|
|
|
| #include <string>
|
| #include "ipc/ipc_message.h"
|
| @@ -80,4 +80,4 @@ struct ParamTraits<content::NPIdentifier_Param> {
|
|
|
| } // namespace IPC
|
|
|
| -#endif // CONTENT_COMMON_CONTENT_PARAM_TRAITS_H_
|
| +#endif // CONTENT_CHILD_PLUGIN_PARAM_TRAITS_H_
|
|
|