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

Unified Diff: third_party/WebKit/Source/platform/weborigin/Suborigin.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/Suborigin.h
diff --git a/third_party/WebKit/Source/platform/weborigin/Suborigin.h b/third_party/WebKit/Source/platform/weborigin/Suborigin.h
index f4ae16bb5a8a0943117ba49c640a38cdab42bfca..b89b04ced427b38d78ce15eaa4d6336457dd8ad9 100644
--- a/third_party/WebKit/Source/platform/weborigin/Suborigin.h
+++ b/third_party/WebKit/Source/platform/weborigin/Suborigin.h
@@ -5,13 +5,13 @@
#ifndef Suborigin_h
#define Suborigin_h
-#include "platform/PlatformExport.h"
+#include "platform/weborigin/OriginExport.h"
#include "wtf/Noncopyable.h"
#include "wtf/text/WTFString.h"
namespace blink {
-class PLATFORM_EXPORT Suborigin {
+class ORIGIN_EXPORT Suborigin {
public:
enum class SuboriginPolicyOptions : unsigned {
None = 0,
« no previous file with comments | « third_party/WebKit/Source/platform/weborigin/SecurityPolicy.h ('k') | third_party/WebKit/public/blink_headers.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698