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

Unified Diff: Source/bindings/v8/IDBBindingUtilities.cpp

Issue 306673002: Qualify include paths in bindings/v8 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix GC path Created 6 years, 7 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/v8/Dictionary.cpp ('k') | Source/bindings/v8/PageScriptDebugServer.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/v8/IDBBindingUtilities.cpp
diff --git a/Source/bindings/v8/IDBBindingUtilities.cpp b/Source/bindings/v8/IDBBindingUtilities.cpp
index 0fb0aeb2694c1892faca88b9d537997e65b0eddf..77b2cf364887b15c96873b81713dbafd52fc13b1 100644
--- a/Source/bindings/v8/IDBBindingUtilities.cpp
+++ b/Source/bindings/v8/IDBBindingUtilities.cpp
@@ -27,15 +27,15 @@
#include "bindings/v8/IDBBindingUtilities.h"
#include "RuntimeEnabledFeatures.h"
-#include "V8DOMStringList.h"
-#include "V8IDBCursor.h"
-#include "V8IDBCursorWithValue.h"
-#include "V8IDBDatabase.h"
-#include "V8IDBIndex.h"
-#include "V8IDBKeyRange.h"
-#include "V8IDBObjectStore.h"
-#include "V8IDBRequest.h"
-#include "V8IDBTransaction.h"
+#include "bindings/core/v8/V8DOMStringList.h"
+#include "bindings/modules/v8/V8IDBCursor.h"
+#include "bindings/modules/v8/V8IDBCursorWithValue.h"
+#include "bindings/modules/v8/V8IDBDatabase.h"
+#include "bindings/modules/v8/V8IDBIndex.h"
+#include "bindings/modules/v8/V8IDBKeyRange.h"
+#include "bindings/modules/v8/V8IDBObjectStore.h"
+#include "bindings/modules/v8/V8IDBRequest.h"
+#include "bindings/modules/v8/V8IDBTransaction.h"
#include "bindings/v8/SerializedScriptValue.h"
#include "bindings/v8/V8Binding.h"
#include "bindings/v8/V8HiddenValue.h"
« no previous file with comments | « Source/bindings/v8/Dictionary.cpp ('k') | Source/bindings/v8/PageScriptDebugServer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698