| Index: chrome/common/webkit_param_traits.h
|
| diff --git a/chrome/common/webkit_param_traits.h b/chrome/common/webkit_param_traits.h
|
| index dccf1c57a042eb104dd3bca251850811d10d6a70..6014f259e21f2036f5250eb9021e828c2586a2e0 100644
|
| --- a/chrome/common/webkit_param_traits.h
|
| +++ b/chrome/common/webkit_param_traits.h
|
| @@ -30,7 +30,6 @@
|
| #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"
|
| #include "third_party/WebKit/WebKit/chromium/public/WebTextDirection.h"
|
| @@ -270,11 +269,6 @@ struct ParamTraits<WebKit::WebTextInputType> {
|
| };
|
|
|
| template <>
|
| -struct SimilarTypeTraits<WebKit::WebFileSystem::Type> {
|
| - typedef int Type;
|
| -};
|
| -
|
| -template <>
|
| struct SimilarTypeTraits<WebKit::WebFileError> {
|
| typedef int Type;
|
| };
|
|
|