| 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();
|
|
|