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

Unified Diff: Source/platform/weborigin/SchemeRegistry.h

Issue 54053006: Move weborigin/ under platform/ so that it may someday call platform APIs (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Stale refernence to weboriginexport in .gpyi Created 7 years, 1 month 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
« no previous file with comments | « Source/platform/weborigin/ReferrerPolicy.h ('k') | Source/platform/weborigin/SchemeRegistry.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/weborigin/SchemeRegistry.h
diff --git a/Source/weborigin/SchemeRegistry.h b/Source/platform/weborigin/SchemeRegistry.h
similarity index 98%
rename from Source/weborigin/SchemeRegistry.h
rename to Source/platform/weborigin/SchemeRegistry.h
index a5c0b8691a1b70d7ec09ace5089cb6d8db5f1532..ed8011ea9dde5802a0bf9c15fb7c94773ece2a01 100644
--- a/Source/weborigin/SchemeRegistry.h
+++ b/Source/platform/weborigin/SchemeRegistry.h
@@ -27,7 +27,7 @@
#ifndef SchemeRegistry_h
#define SchemeRegistry_h
-#include "weborigin/WebOriginExport.h"
+#include "platform/PlatformExport.h"
#include "wtf/HashSet.h"
#include "wtf/text/StringHash.h"
#include "wtf/text/WTFString.h"
@@ -36,7 +36,7 @@ namespace WebCore {
typedef HashSet<String, CaseFoldingHash> URLSchemesMap;
-class WEBORIGIN_EXPORT SchemeRegistry {
+class PLATFORM_EXPORT SchemeRegistry {
public:
static void registerURLSchemeAsLocal(const String&);
static void removeURLSchemeRegisteredAsLocal(const String&);
« no previous file with comments | « Source/platform/weborigin/ReferrerPolicy.h ('k') | Source/platform/weborigin/SchemeRegistry.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698