| Index: chrome/common/common_param_traits.h
|
| ===================================================================
|
| --- chrome/common/common_param_traits.h (revision 58317)
|
| +++ chrome/common/common_param_traits.h (working copy)
|
| @@ -327,8 +327,8 @@
|
| };
|
|
|
| template <>
|
| -struct ParamTraits<file_util::FileInfo> {
|
| - typedef file_util::FileInfo param_type;
|
| +struct ParamTraits<base::PlatformFileInfo> {
|
| + typedef base::PlatformFileInfo param_type;
|
| static void Write(Message* m, const param_type& p);
|
| static bool Read(const Message* m, void** iter, param_type* r);
|
| static void Log(const param_type& p, std::string* l);
|
|
|