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

Unified Diff: third_party/WebKit/Source/modules/indexeddb/IDBObjectStore.cpp

Issue 2857143005: Gather serialization-related code into a directory. (Closed)
Patch Set: Created 3 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
Index: third_party/WebKit/Source/modules/indexeddb/IDBObjectStore.cpp
diff --git a/third_party/WebKit/Source/modules/indexeddb/IDBObjectStore.cpp b/third_party/WebKit/Source/modules/indexeddb/IDBObjectStore.cpp
index ba84725f7d167da4a3396659e4d0ffcb98638acf..5362645282d29d6ac8864bd85645dc993c8ed338 100644
--- a/third_party/WebKit/Source/modules/indexeddb/IDBObjectStore.cpp
+++ b/third_party/WebKit/Source/modules/indexeddb/IDBObjectStore.cpp
@@ -28,8 +28,8 @@
#include <memory>
#include "bindings/core/v8/ExceptionState.h"
-#include "bindings/core/v8/SerializedScriptValueFactory.h"
#include "bindings/core/v8/ToV8ForCore.h"
+#include "bindings/core/v8/serialization/SerializedScriptValueFactory.h"
#include "bindings/modules/v8/ToV8ForModules.h"
#include "bindings/modules/v8/V8BindingForModules.h"
#include "core/dom/DOMStringList.h"
« no previous file with comments | « third_party/WebKit/Source/modules/indexeddb/IDBObjectStore.h ('k') | third_party/WebKit/Source/modules/indexeddb/IDBValue.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698