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

Unified Diff: Source/core/page/DOMWindow.cpp

Issue 13851012: Absolutify paths in core/storage. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: ... Created 7 years, 8 months 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/core/page/DOMWindow.cpp
diff --git a/Source/core/page/DOMWindow.cpp b/Source/core/page/DOMWindow.cpp
index ae25c6ae6eedef1c1c58b3c66ad1ae8efeb2ca85..863e002e75c540761f7ef64568af83b8fa227e4c 100644
--- a/Source/core/page/DOMWindow.cpp
+++ b/Source/core/page/DOMWindow.cpp
@@ -27,6 +27,7 @@
#include "config.h"
#include "DOMWindow.h"
+#include <algorithm>
#include "BackForwardController.h"
#include "BarInfo.h"
#include "BeforeUnloadEvent.h"
@@ -92,15 +93,14 @@
#include "SecurityPolicy.h"
#include "SerializedScriptValue.h"
#include "Settings.h"
-#include "Storage.h"
-#include "StorageArea.h"
-#include "StorageNamespace.h"
#include "StyleMedia.h"
#include "StyleResolver.h"
#include "SuddenTermination.h"
#include "WindowFeatures.h"
#include "WindowFocusAllowedIndicator.h"
-#include <algorithm>
+#include "core/storage/Storage.h"
+#include "core/storage/StorageArea.h"
+#include "core/storage/StorageNamespace.h"
#include <wtf/CurrentTime.h>
#include <wtf/MainThread.h>
#include <wtf/MathExtras.h>

Powered by Google App Engine
This is Rietveld 408576698