| Index: chrome/common/webkit_param_traits.h
|
| ===================================================================
|
| --- chrome/common/webkit_param_traits.h (revision 57922)
|
| +++ chrome/common/webkit_param_traits.h (working copy)
|
| @@ -29,7 +29,6 @@
|
| #include "third_party/WebKit/WebKit/chromium/public/WebConsoleMessage.h"
|
| #include "third_party/WebKit/WebKit/chromium/public/WebContextMenuData.h"
|
| #include "third_party/WebKit/WebKit/chromium/public/WebDragOperation.h"
|
| -#include "third_party/WebKit/WebKit/chromium/public/WebFileError.h"
|
| #include "third_party/WebKit/WebKit/chromium/public/WebFileSystem.h"
|
| #include "third_party/WebKit/WebKit/chromium/public/WebInputEvent.h"
|
| #include "third_party/WebKit/WebKit/chromium/public/WebPopupType.h"
|
| @@ -334,11 +333,6 @@
|
| typedef int Type;
|
| };
|
|
|
| -template <>
|
| -struct SimilarTypeTraits<WebKit::WebFileError> {
|
| - typedef int Type;
|
| -};
|
| -
|
| } // namespace IPC
|
|
|
| #endif // CHROME_COMMON_WEBKIT_PARAM_TRAITS_H_
|
|
|