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

Unified Diff: Source/core/storage/Storage.h

Issue 351423002: Moved files under Source/bindings/v8 to Source/bindings/core/v8. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 6 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/rendering/style/SVGRenderStyle.h ('k') | Source/core/storage/Storage.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/storage/Storage.h
diff --git a/Source/core/storage/Storage.h b/Source/core/storage/Storage.h
index 760d55b840671547a48a4dd64f1752379ea3688a..53c4c1df85f26ec53661ab65cd1b0ee6f81dba77 100644
--- a/Source/core/storage/Storage.h
+++ b/Source/core/storage/Storage.h
@@ -26,8 +26,8 @@
#ifndef Storage_h
#define Storage_h
-#include "bindings/v8/ScriptWrappable.h"
-#include "bindings/v8/V8Binding.h"
+#include "bindings/core/v8/ScriptWrappable.h"
+#include "bindings/core/v8/V8Binding.h"
#include "core/frame/DOMWindowProperty.h"
#include "core/storage/StorageArea.h"
#include "platform/heap/Handle.h"
« no previous file with comments | « Source/core/rendering/style/SVGRenderStyle.h ('k') | Source/core/storage/Storage.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698