From 2f0193c279b1b40a82a6ad027ec9468272eb25b2 Mon Sep 17 00:00:00 2001 From: "dumi@chromium.org" Date: Fri, 3 Sep 2010 02:28:37 +0000 Subject: Moving file_util::FileInfo to base::PlatformFileInfo, and adding the last_accessed and creation_time fields. BUG=none TEST=none Review URL: http://codereview.chromium.org/3347005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58454 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/common/common_param_traits.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chrome/common/common_param_traits.h') diff --git a/chrome/common/common_param_traits.h b/chrome/common/common_param_traits.h index 0a4d819..a2c5dca 100644 --- a/chrome/common/common_param_traits.h +++ b/chrome/common/common_param_traits.h @@ -327,8 +327,8 @@ struct ParamTraits { }; template <> -struct ParamTraits { - typedef file_util::FileInfo param_type; +struct ParamTraits { + 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); -- cgit v1.1