Index: chrome/common/webkit_param_traits.h |
=================================================================== |
--- chrome/common/webkit_param_traits.h (revision 78781) |
+++ chrome/common/webkit_param_traits.h (working copy) |
@@ -32,7 +32,6 @@ |
#include "third_party/WebKit/Source/WebKit/chromium/public/WebFileError.h" |
#include "third_party/WebKit/Source/WebKit/chromium/public/WebPopupType.h" |
#include "third_party/WebKit/Source/WebKit/chromium/public/WebTextCheckingResult.h" |
-#include "third_party/WebKit/Source/WebKit/chromium/public/WebTextDirection.h" |
#include "third_party/WebKit/Source/WebKit/chromium/public/WebTextInputType.h" |
namespace WebKit { |
@@ -153,11 +152,6 @@ |
}; |
template <> |
-struct SimilarTypeTraits<WebKit::WebTextDirection> { |
- typedef int Type; |
-}; |
- |
-template <> |
struct SimilarTypeTraits<WebKit::WebDragOperation> { |
typedef int Type; |
}; |