| 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 96%
|
| copy from third_party/WebKit/Source/bindings/core/v8/DOMDataStore.h
|
| copy to third_party/WebKit/Source/platform/bindings/DOMDataStore.h
|
| index a1a32f125f72deb6dcd3d098f53f11469c7c0b75..7c3f02824de283dd44677323ca1621925789e238 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/DOMDataStore.h
|
| +++ b/third_party/WebKit/Source/platform/bindings/DOMDataStore.h
|
| @@ -1,5 +1,5 @@
|
| /*
|
| - * Copyright (C) 2009 Google Inc. All rights reserved.
|
| + * Copyright (C) 2017 Google Inc. All rights reserved.
|
| *
|
| * Redistribution and use in source and binary forms, with or without
|
| * modification, are permitted provided that the following conditions are
|
| @@ -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"
|
|
|