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

Unified Diff: third_party/WebKit/Source/platform/weborigin/SecurityOrigin.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/SecurityOrigin.h
diff --git a/third_party/WebKit/Source/platform/weborigin/SecurityOrigin.h b/third_party/WebKit/Source/platform/weborigin/SecurityOrigin.h
index bfc37ff07586dda05ca7d0eda16874fb6741c8f9..ab5f6726d7e2f89d6e0a1cc2186e802474ef1262 100644
--- a/third_party/WebKit/Source/platform/weborigin/SecurityOrigin.h
+++ b/third_party/WebKit/Source/platform/weborigin/SecurityOrigin.h
@@ -30,7 +30,7 @@
#define SecurityOrigin_h
#include "base/gtest_prod_util.h"
-#include "platform/PlatformExport.h"
+#include "platform/weborigin/OriginExport.h"
#include "platform/weborigin/Suborigin.h"
#include "wtf/Noncopyable.h"
#include "wtf/ThreadSafeRefCounted.h"
@@ -42,7 +42,7 @@ namespace blink {
class KURL;
class SecurityOriginCache;
-class PLATFORM_EXPORT SecurityOrigin : public RefCounted<SecurityOrigin> {
+class ORIGIN_EXPORT SecurityOrigin : public RefCounted<SecurityOrigin> {
WTF_MAKE_NONCOPYABLE(SecurityOrigin);
public:
static PassRefPtr<SecurityOrigin> create(const KURL&);

Powered by Google App Engine
This is Rietveld 408576698