| Index: chrome/common/render_messages.h
|
| ===================================================================
|
| --- chrome/common/render_messages.h (revision 77144)
|
| +++ chrome/common/render_messages.h (working copy)
|
| @@ -25,7 +25,6 @@
|
| #include "ipc/ipc_platform_file.h" // ifdefed typedef.
|
| #include "ui/base/clipboard/clipboard.h" // enum
|
| #include "webkit/appcache/appcache_interfaces.h" // enum appcache::Status
|
| -#include "webkit/fileapi/file_system_types.h" // enum fileapi::FileSystemType
|
|
|
| #if defined(OS_MACOSX)
|
| struct FontDescriptor;
|
| @@ -456,11 +455,6 @@
|
| static void Log(const param_type& p, std::string* l);
|
| };
|
|
|
| -template <>
|
| -struct SimilarTypeTraits<fileapi::FileSystemType> {
|
| - typedef int Type;
|
| -};
|
| -
|
| // Traits for AudioBuffersState structure.
|
| template <>
|
| struct ParamTraits<AudioBuffersState> {
|
|
|