| Index: third_party/WebKit/Source/modules/storage/Storage.cpp
|
| diff --git a/third_party/WebKit/Source/modules/storage/Storage.cpp b/third_party/WebKit/Source/modules/storage/Storage.cpp
|
| index 47a2814c88f7e7679871e47a991dcfa201b46f20..16ab5bcd2bc315d0503aedea9660bd908ad5b8fa 100644
|
| --- a/third_party/WebKit/Source/modules/storage/Storage.cpp
|
| +++ b/third_party/WebKit/Source/modules/storage/Storage.cpp
|
| @@ -26,8 +26,8 @@
|
| #include "modules/storage/Storage.h"
|
|
|
| #include "bindings/core/v8/ExceptionState.h"
|
| -#include "wtf/PassRefPtr.h"
|
| -#include "wtf/text/WTFString.h"
|
| +#include "platform/wtf/PassRefPtr.h"
|
| +#include "platform/wtf/text/WTFString.h"
|
|
|
| namespace blink {
|
|
|
|
|