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

Unified Diff: Source/platform/network/NetworkHints.h

Issue 1186473004: Move <link rel=preconnect> crossorigin logic to the blink side (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Build issue Created 5 years, 6 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 | « Source/platform/CrossOriginAttributeValue.h ('k') | Source/platform/network/NetworkHints.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/network/NetworkHints.h
diff --git a/Source/platform/network/NetworkHints.h b/Source/platform/network/NetworkHints.h
index ab1a4caa3758d0436c92851b17201f87b40cc691..918e560235437db5defabefee7dcc26c683f2c8e 100644
--- a/Source/platform/network/NetworkHints.h
+++ b/Source/platform/network/NetworkHints.h
@@ -27,9 +27,9 @@
#ifndef NetworkHints_h
#define NetworkHints_h
+#include "platform/CrossOriginAttributeValue.h"
#include "platform/PlatformExport.h"
#include "platform/weborigin/KURL.h"
-#include "public/platform/WebCrossOriginAttribute.h"
#include "wtf/Forward.h"
namespace blink {
« no previous file with comments | « Source/platform/CrossOriginAttributeValue.h ('k') | Source/platform/network/NetworkHints.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698