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

Unified Diff: Source/WebKit/chromium/src/StorageAreaProxy.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/WebKit/chromium/src/StorageAreaProxy.cpp
diff --git a/Source/WebKit/chromium/src/StorageAreaProxy.cpp b/Source/WebKit/chromium/src/StorageAreaProxy.cpp
index 2a852ce3c0cd818a062e0c580aaed61444f6c24c..9e95581e796550a79b00c782ba9acddf2816f234 100644
--- a/Source/WebKit/chromium/src/StorageAreaProxy.cpp
+++ b/Source/WebKit/chromium/src/StorageAreaProxy.cpp
@@ -36,9 +36,9 @@
#include "Page.h"
#include "PageGroup.h"
#include "SecurityOrigin.h"
-#include "Storage.h"
-#include "StorageEvent.h"
#include "StorageNamespaceProxy.h"
+#include "core/storage/Storage.h"
+#include "core/storage/StorageEvent.h"
#include "WebFrameImpl.h"
#include "WebPermissionClient.h"

Powered by Google App Engine
This is Rietveld 408576698