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

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: 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/Prerender.h
diff --git a/Source/platform/Prerender.h b/Source/platform/Prerender.h
index 028c686b905d567e717c07a2ef9b053620d00cde..0f8e4a99607e31bb61e16f92a54ba0d28884f906 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"

Powered by Google App Engine
This is Rietveld 408576698