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

Unified Diff: Source/bindings/v8/custom/V8StorageCustom.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/bindings/v8/custom/V8StorageCustom.cpp
diff --git a/Source/bindings/v8/custom/V8StorageCustom.cpp b/Source/bindings/v8/custom/V8StorageCustom.cpp
index 585a6dc6b8281cf0d76dcfa0a96dc23797ed39cf..90d0241bc40880c5dfa1f3a6ea39918a3d9f5d68 100644
--- a/Source/bindings/v8/custom/V8StorageCustom.cpp
+++ b/Source/bindings/v8/custom/V8StorageCustom.cpp
@@ -31,8 +31,8 @@
#include "config.h"
#include "V8Storage.h"
-#include "Storage.h"
#include "V8Binding.h"
+#include "core/storage/Storage.h"
namespace WebCore {

Powered by Google App Engine
This is Rietveld 408576698