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

Unified Diff: chrome/common/render_messages_params.h

Issue 6532008: Fix chromium-style compile error that got in the tree since yesterday. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixes for Feb 17th Created 9 years, 10 months 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
Index: chrome/common/render_messages_params.h
diff --git a/chrome/common/render_messages_params.h b/chrome/common/render_messages_params.h
index e0e7d6bfaaf45ba9ad62b792c9fc086be2a561b6..3f0f78c577a31e8661600c3e1cb33706a840dc60 100644
--- a/chrome/common/render_messages_params.h
+++ b/chrome/common/render_messages_params.h
@@ -920,6 +920,9 @@ struct ViewHostMsg_AccessibilityNotification_Params {
// A node is essentially a frame.
struct ViewHostMsg_MalwareDOMDetails_Node {
+ ViewHostMsg_MalwareDOMDetails_Node();
+ ~ViewHostMsg_MalwareDOMDetails_Node();
+
// URL of this resource. Can be empty.
GURL url;
@@ -937,6 +940,9 @@ struct ViewHostMsg_MalwareDOMDetails_Node {
// Parameters to describe interesting details from a rendered page that lead
// to a malware warning.
struct ViewHostMsg_MalwareDOMDetails_Params {
+ ViewHostMsg_MalwareDOMDetails_Params();
+ ~ViewHostMsg_MalwareDOMDetails_Params();
+
// All the nodes we extracted.
std::vector<ViewHostMsg_MalwareDOMDetails_Node> nodes;
};
« no previous file with comments | « chrome/browser/extensions/extension_special_storage_policy.cc ('k') | chrome/common/render_messages_params.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698