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

Unified Diff: third_party/WebKit/Source/platform/weborigin/SecurityPolicy.h

Issue 2194973002: Fix linker warning in broadcast_channel.mojom-blink.obj. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: tighten deps Created 4 years, 5 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: third_party/WebKit/Source/platform/weborigin/SecurityPolicy.h
diff --git a/third_party/WebKit/Source/platform/weborigin/SecurityPolicy.h b/third_party/WebKit/Source/platform/weborigin/SecurityPolicy.h
index 50282ef215210acaf0d686673ecd9b8b2ffdb482..66617bb95c52681344f0d93240a89684b9d6bd33 100644
--- a/third_party/WebKit/Source/platform/weborigin/SecurityPolicy.h
+++ b/third_party/WebKit/Source/platform/weborigin/SecurityPolicy.h
@@ -29,7 +29,7 @@
#ifndef SecurityPolicy_h
#define SecurityPolicy_h
-#include "platform/PlatformExport.h"
+#include "platform/weborigin/OriginExport.h"
#include "platform/weborigin/Referrer.h"
#include "platform/weborigin/ReferrerPolicy.h"
#include "wtf/Allocator.h"
@@ -40,7 +40,7 @@ namespace blink {
class KURL;
class SecurityOrigin;
-class PLATFORM_EXPORT SecurityPolicy {
+class ORIGIN_EXPORT SecurityPolicy {
STATIC_ONLY(SecurityPolicy);
public:
// This must be called during initialization (before we create

Powered by Google App Engine
This is Rietveld 408576698