| Index: third_party/WebKit/Source/web/StorageClientImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/StorageClientImpl.cpp b/third_party/WebKit/Source/web/StorageClientImpl.cpp
|
| index 05133b42963d7e21b4c71e91306f4e94244866f2..87a6ddab564f024527f3a3df7ae2173eca9d1b56 100644
|
| --- a/third_party/WebKit/Source/web/StorageClientImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/StorageClientImpl.cpp
|
| @@ -28,10 +28,10 @@
|
| #include <memory>
|
| #include "core/frame/ContentSettingsClient.h"
|
| #include "modules/storage/StorageNamespace.h"
|
| +#include "platform/wtf/PtrUtil.h"
|
| #include "public/platform/WebStorageNamespace.h"
|
| #include "public/web/WebViewClient.h"
|
| #include "web/WebViewImpl.h"
|
| -#include "wtf/PtrUtil.h"
|
|
|
| namespace blink {
|
|
|
|
|