Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(182)

Unified Diff: content/public/common/webkit_param_traits.h

Issue 8680040: Group forms-related files in webkit/glue in a forms/ subdirectory. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase + another build fix Created 9 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/public/common/frame_navigate_params.h ('k') | content/public/common/webkit_param_traits.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « content/public/common/frame_navigate_params.h ('k') | content/public/common/webkit_param_traits.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698