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

Unified Diff: Source/platform/Prerender.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/MIMETypeFromURL.cpp ('k') | Source/platform/SerializedResource.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/Prerender.h
diff --git a/Source/platform/Prerender.h b/Source/platform/Prerender.h
index 88b04eba3a2c01c794b88b5ea19c479790588441..4152f125d39c8e6e4467b20354707443e01afea0 100644
--- a/Source/platform/Prerender.h
+++ b/Source/platform/Prerender.h
@@ -33,8 +33,8 @@
#define Prerender_h
#include "platform/PlatformExport.h"
-#include "weborigin/KURL.h"
-#include "weborigin/ReferrerPolicy.h"
+#include "platform/weborigin/KURL.h"
+#include "platform/weborigin/ReferrerPolicy.h"
#include "wtf/OwnPtr.h"
#include "wtf/PassOwnPtr.h"
#include "wtf/PassRefPtr.h"
« no previous file with comments | « Source/platform/MIMETypeFromURL.cpp ('k') | Source/platform/SerializedResource.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698