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

Unified Diff: Source/bindings/modules/v8/IDBBindingUtilities.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/bindings/core/v8/v8.gypi ('k') | Source/bindings/modules/v8/IDBBindingUtilities.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/modules/v8/IDBBindingUtilities.h
diff --git a/Source/bindings/v8/IDBBindingUtilities.h b/Source/bindings/modules/v8/IDBBindingUtilities.h
similarity index 96%
rename from Source/bindings/v8/IDBBindingUtilities.h
rename to Source/bindings/modules/v8/IDBBindingUtilities.h
index fba6442393798b8c54907fe9ec6001ae90ce341e..042402a361a47aadbb202df622fa8a4155f6cba1 100644
--- a/Source/bindings/v8/IDBBindingUtilities.h
+++ b/Source/bindings/modules/v8/IDBBindingUtilities.h
@@ -26,10 +26,10 @@
#ifndef IDBBindingUtilities_h
#define IDBBindingUtilities_h
-#include "bindings/v8/ScriptState.h"
-#include "bindings/v8/ScriptValue.h"
-#include <v8.h>
+#include "bindings/core/v8/ScriptState.h"
+#include "bindings/core/v8/ScriptValue.h"
#include "wtf/Forward.h"
+#include <v8.h>
namespace blink {
« no previous file with comments | « Source/bindings/core/v8/v8.gypi ('k') | Source/bindings/modules/v8/IDBBindingUtilities.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698