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

Unified Diff: components/safe_browsing/common/safebrowsing_messages.h

Issue 2450993003: Componentize safe_browsing [1]: create component, move messages, constants and switches. (Closed)
Patch Set: rebase + more fixes Created 4 years, 2 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: components/safe_browsing/common/safebrowsing_messages.h
diff --git a/chrome/common/safe_browsing/safebrowsing_messages.h b/components/safe_browsing/common/safebrowsing_messages.h
similarity index 98%
rename from chrome/common/safe_browsing/safebrowsing_messages.h
rename to components/safe_browsing/common/safebrowsing_messages.h
index 7391798d3f8f071e84bb46879245a81d2415947a..1432398d81d6bbfb96023ff3ee78748b59e45dac 100644
--- a/chrome/common/safe_browsing/safebrowsing_messages.h
+++ b/components/safe_browsing/common/safebrowsing_messages.h
@@ -9,6 +9,7 @@
#include "ipc/ipc_message_macros.h"
#include "url/gurl.h"
+#include "url/ipc/url_param_traits.h"
#define IPC_MESSAGE_START SafeBrowsingMsgStart

Powered by Google App Engine
This is Rietveld 408576698