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

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: rebase 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
« no previous file with comments | « Source/core/page/Chrome.cpp ('k') | Source/core/page/Navigator.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/page/DOMWindow.cpp
diff --git a/Source/core/page/DOMWindow.cpp b/Source/core/page/DOMWindow.cpp
index e6b97d0bdf35f2456edfb74d8cd9b472660c7265..bd112d95b31f8c0491c0eaf9cfe4f941142741d9 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>
« no previous file with comments | « Source/core/page/Chrome.cpp ('k') | Source/core/page/Navigator.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698