| Index: chrome/common/common_param_traits.h
|
| ===================================================================
|
| --- chrome/common/common_param_traits.h (revision 57922)
|
| +++ chrome/common/common_param_traits.h (working copy)
|
| @@ -15,7 +15,6 @@
|
| #include <vector>
|
|
|
| #include "app/surface/transport_dib.h"
|
| -#include "base/file_util.h"
|
| #include "base/ref_counted.h"
|
| #include "chrome/common/content_settings.h"
|
| #include "chrome/common/page_zoom.h"
|
| @@ -326,14 +325,6 @@
|
| static void Log(const param_type& p, std::string* l);
|
| };
|
|
|
| -template <>
|
| -struct ParamTraits<file_util::FileInfo> {
|
| - typedef file_util::FileInfo 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);
|
| -};
|
| -
|
| } // namespace IPC
|
|
|
| #endif // CHROME_COMMON_COMMON_PARAM_TRAITS_H_
|
|
|