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

Unified Diff: third_party/WebKit/Source/platform/weborigin/SchemeRegistry.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/SchemeRegistry.h
diff --git a/third_party/WebKit/Source/platform/weborigin/SchemeRegistry.h b/third_party/WebKit/Source/platform/weborigin/SchemeRegistry.h
index be7d173b3b4cbcdbeeeacbeeb12cdd273c9fec38..def1d1de9388aa127378abed2a4f9ca5bc5ce597 100644
--- a/third_party/WebKit/Source/platform/weborigin/SchemeRegistry.h
+++ b/third_party/WebKit/Source/platform/weborigin/SchemeRegistry.h
@@ -27,7 +27,7 @@
#ifndef SchemeRegistry_h
#define SchemeRegistry_h
-#include "platform/PlatformExport.h"
+#include "platform/weborigin/OriginExport.h"
#include "wtf/Allocator.h"
#include "wtf/HashMap.h"
#include "wtf/HashSet.h"
@@ -41,7 +41,7 @@ using URLSchemesSet = HashSet<String, CaseFoldingHash>;
template <typename T>
using URLSchemesMap = HashMap<String, T, CaseFoldingHash>;
-class PLATFORM_EXPORT SchemeRegistry {
+class ORIGIN_EXPORT SchemeRegistry {
STATIC_ONLY(SchemeRegistry);
public:
static void initialize();

Powered by Google App Engine
This is Rietveld 408576698