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

Unified Diff: components/pdf/common/pdf_messages.h

Issue 1722773002: Mustash: Move GURL ParamTraits to url/ipc (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Get rid of defines used for testing deps Created 4 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
« no previous file with comments | « components/pdf.gypi ('k') | components/safe_json/safe_json_parser_messages.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/pdf/common/pdf_messages.h
diff --git a/components/pdf/common/pdf_messages.h b/components/pdf/common/pdf_messages.h
index 72e974ffa2f41a2f8a76a0428c7eb1b30a444e2b..20420cd2e4c82da45fb5f4511eb8062b6d324050 100644
--- a/components/pdf/common/pdf_messages.h
+++ b/components/pdf/common/pdf_messages.h
@@ -5,11 +5,11 @@
// Multiply-included file, no traditional include guard.
#include <string.h>
-#include "content/public/common/common_param_traits.h"
#include "content/public/common/common_param_traits_macros.h"
#include "content/public/common/referrer.h"
#include "ipc/ipc_message_macros.h"
#include "url/gurl.h"
+#include "url/ipc/url_param_traits.h"
#define IPC_MESSAGE_START PDFMsgStart
« no previous file with comments | « components/pdf.gypi ('k') | components/safe_json/safe_json_parser_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698