| Index: third_party/WebKit/Source/modules/notifications/NotificationData.cpp
|
| diff --git a/third_party/WebKit/Source/modules/notifications/NotificationData.cpp b/third_party/WebKit/Source/modules/notifications/NotificationData.cpp
|
| index c0b8de3677254de684dc0a507164464866021540..6d073826575cbe73ca1e9d091c2488e8ab40acf4 100644
|
| --- a/third_party/WebKit/Source/modules/notifications/NotificationData.cpp
|
| +++ b/third_party/WebKit/Source/modules/notifications/NotificationData.cpp
|
| @@ -5,8 +5,8 @@
|
| #include "modules/notifications/NotificationData.h"
|
|
|
| #include "bindings/core/v8/ExceptionState.h"
|
| -#include "bindings/core/v8/SerializedScriptValue.h"
|
| -#include "bindings/core/v8/SerializedScriptValueFactory.h"
|
| +#include "bindings/core/v8/serialization/SerializedScriptValue.h"
|
| +#include "bindings/core/v8/serialization/SerializedScriptValueFactory.h"
|
| #include "core/dom/ExecutionContext.h"
|
| #include "modules/notifications/Notification.h"
|
| #include "modules/notifications/NotificationOptions.h"
|
|
|