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

Unified Diff: third_party/WebKit/Source/platform/bindings/DOMDataStore.h

Issue 2843603002: Move ScriptWrappable and dependencies to platform/bindings (Closed)
Patch Set: Rebase and try again Created 3 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: third_party/WebKit/Source/platform/bindings/DOMDataStore.h
diff --git a/third_party/WebKit/Source/bindings/core/v8/DOMDataStore.h b/third_party/WebKit/Source/platform/bindings/DOMDataStore.h
similarity index 97%
copy from third_party/WebKit/Source/bindings/core/v8/DOMDataStore.h
copy to third_party/WebKit/Source/platform/bindings/DOMDataStore.h
index a1a32f125f72deb6dcd3d098f53f11469c7c0b75..4db267a44e0ba6581be42dc9cfe8ab32cc20ef69 100644
--- a/third_party/WebKit/Source/bindings/core/v8/DOMDataStore.h
+++ b/third_party/WebKit/Source/platform/bindings/DOMDataStore.h
@@ -33,10 +33,10 @@
#include <memory>
-#include "bindings/core/v8/DOMWrapperMap.h"
-#include "bindings/core/v8/DOMWrapperWorld.h"
-#include "bindings/core/v8/ScriptWrappable.h"
-#include "bindings/core/v8/WrapperTypeInfo.h"
+#include "platform/bindings/DOMWrapperMap.h"
+#include "platform/bindings/DOMWrapperWorld.h"
+#include "platform/bindings/ScriptWrappable.h"
+#include "platform/bindings/WrapperTypeInfo.h"
#include "platform/wtf/Allocator.h"
#include "platform/wtf/Noncopyable.h"
#include "platform/wtf/Optional.h"
« no previous file with comments | « third_party/WebKit/Source/platform/bindings/DEPS ('k') | third_party/WebKit/Source/platform/bindings/DOMWrapperMap.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698