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

Unified Diff: Source/core/html/CrossOriginAttribute.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 | « no previous file | Source/platform/CrossOriginAttributeValue.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/CrossOriginAttribute.h
diff --git a/Source/core/html/CrossOriginAttribute.h b/Source/core/html/CrossOriginAttribute.h
index 480803cf792b63ddae6dd4d1fcdc09a6a6ea08b9..852ad5e73e860da79187f025d94dc4aa90306fff 100644
--- a/Source/core/html/CrossOriginAttribute.h
+++ b/Source/core/html/CrossOriginAttribute.h
@@ -5,7 +5,7 @@
#ifndef CrossOriginAttribute_h
#define CrossOriginAttribute_h
-#include "public/platform/WebCrossOriginAttribute.h"
+#include "platform/CrossOriginAttributeValue.h"
#include "wtf/text/WTFString.h"
namespace blink {
« no previous file with comments | « no previous file | Source/platform/CrossOriginAttributeValue.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698