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

Unified Diff: Source/platform/weborigin/SecurityOriginHash.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: 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
Index: Source/platform/weborigin/SecurityOriginHash.h
diff --git a/Source/weborigin/SecurityOriginHash.h b/Source/platform/weborigin/SecurityOriginHash.h
similarity index 97%
rename from Source/weborigin/SecurityOriginHash.h
rename to Source/platform/weborigin/SecurityOriginHash.h
index f04b2fd257b1a10fda3d77b15fceff3d82bdf2e8..10acfabf0758228294209437eb1d3f87e5c08eb2 100644
--- a/Source/weborigin/SecurityOriginHash.h
+++ b/Source/platform/weborigin/SecurityOriginHash.h
@@ -29,8 +29,8 @@
#ifndef SecurityOriginHash_h
#define SecurityOriginHash_h
-#include "weborigin/SecurityOrigin.h"
-#include "weborigin/KURL.h"
+#include "platform/weborigin/SecurityOrigin.h"
+#include "platform/weborigin/KURL.h"
#include "wtf/RefPtr.h"
namespace WebCore {

Powered by Google App Engine
This is Rietveld 408576698