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

Unified Diff: Source/platform/weborigin/SecurityOrigin.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/SchemeRegistry.cpp ('k') | Source/platform/weborigin/SecurityOrigin.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/weborigin/SecurityOrigin.h
diff --git a/Source/weborigin/SecurityOrigin.h b/Source/platform/weborigin/SecurityOrigin.h
similarity index 98%
rename from Source/weborigin/SecurityOrigin.h
rename to Source/platform/weborigin/SecurityOrigin.h
index 1d46a3adf07c0358e6e24060a247f23af49e3600..f3db0976b27ecd302f94cc4c0528fad9aa6f47a4 100644
--- a/Source/weborigin/SecurityOrigin.h
+++ b/Source/platform/weborigin/SecurityOrigin.h
@@ -29,7 +29,7 @@
#ifndef SecurityOrigin_h
#define SecurityOrigin_h
-#include "weborigin/WebOriginExport.h"
+#include "platform/PlatformExport.h"
#include "wtf/ThreadSafeRefCounted.h"
#include "wtf/text/WTFString.h"
@@ -38,7 +38,7 @@ namespace WebCore {
class KURL;
class SecurityOriginCache;
-class WEBORIGIN_EXPORT SecurityOrigin : public ThreadSafeRefCounted<SecurityOrigin> {
+class PLATFORM_EXPORT SecurityOrigin : public ThreadSafeRefCounted<SecurityOrigin> {
public:
enum Policy {
AlwaysDeny = 0,
« no previous file with comments | « Source/platform/weborigin/SchemeRegistry.cpp ('k') | Source/platform/weborigin/SecurityOrigin.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698