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

Unified Diff: Source/platform/CrossOriginAttributeValue.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/core/html/CrossOriginAttribute.h ('k') | Source/platform/network/NetworkHints.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/CrossOriginAttributeValue.h
diff --git a/public/platform/WebCrossOriginAttribute.h b/Source/platform/CrossOriginAttributeValue.h
similarity index 83%
rename from public/platform/WebCrossOriginAttribute.h
rename to Source/platform/CrossOriginAttributeValue.h
index 390c605721dfecda1b72d2bf0cd4e03db53621da..e899a19841f5a3e9f2c02eb8e152cf096eeb5ad7 100644
--- a/public/platform/WebCrossOriginAttribute.h
+++ b/Source/platform/CrossOriginAttributeValue.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef WebCrossOriginAttribute_h
-#define WebCrossOriginAttribute_h
+#ifndef CrossOriginAttributeValue_h
+#define CrossOriginAttributeValue_h
namespace blink {
« no previous file with comments | « Source/core/html/CrossOriginAttribute.h ('k') | Source/platform/network/NetworkHints.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698