Index: content/public/common/webkit_param_traits.h |
diff --git a/content/public/common/webkit_param_traits.h b/content/public/common/webkit_param_traits.h |
index d54476a5c4fdebff02bf07d9a584ab3dc1318e58..786b8ec9383575b9c68244e8e3ca4c88b5187742 100644 |
--- a/content/public/common/webkit_param_traits.h |
+++ b/content/public/common/webkit_param_traits.h |
@@ -28,8 +28,13 @@ |
#include "webkit/glue/window_open_disposition.h" |
#include "webkit/plugins/webplugininfo.h" |
-namespace webkit_glue { |
+namespace webkit { |
+namespace forms { |
struct PasswordForm; |
+} |
+} |
+ |
+namespace webkit_glue { |
struct ResourceDevToolsInfo; |
struct ResourceLoadTimingInfo; |
} |
@@ -237,8 +242,8 @@ struct SimilarTypeTraits<WindowOpenDisposition> { |
}; |
template <> |
-struct CONTENT_EXPORT ParamTraits<webkit_glue::PasswordForm> { |
- typedef webkit_glue::PasswordForm param_type; |
+struct CONTENT_EXPORT ParamTraits<webkit::forms::PasswordForm> { |
+ typedef webkit::forms::PasswordForm param_type; |
static void Write(Message* m, const param_type& p); |
static bool Read(const Message* m, void** iter, param_type* p); |
static void Log(const param_type& p, std::string* l); |