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

Unified Diff: components/dns_prefetch/common/prefetch_message_generator.h

Issue 644123002: Componentize renderer side of DNS prefetching. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Adds IPC::ParamTraits<LookupRequest> for validation Created 6 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/dns_prefetch/common/prefetch_message_generator.h
diff --git a/components/pdf/common/pdf_message_generator.h b/components/dns_prefetch/common/prefetch_message_generator.h
similarity index 78%
copy from components/pdf/common/pdf_message_generator.h
copy to components/dns_prefetch/common/prefetch_message_generator.h
index c55d672f121630ec4bf4aee3e17a8074f0e60497..92240c4ab2d90c1d5d5c1aed030d663513773afb 100644
--- a/components/pdf/common/pdf_message_generator.h
+++ b/components/dns_prefetch/common/prefetch_message_generator.h
@@ -4,4 +4,4 @@
// Multiply-included file, no traditional include guard.
-#include "components/pdf/common/pdf_messages.h"
+#include "components/dns_prefetch/common/prefetch_messages.h"

Powered by Google App Engine
This is Rietveld 408576698