| Index: third_party/WebKit/Source/modules/quota/DeprecatedStorageQuota.cpp
|
| diff --git a/third_party/WebKit/Source/modules/quota/DeprecatedStorageQuota.cpp b/third_party/WebKit/Source/modules/quota/DeprecatedStorageQuota.cpp
|
| index fd66c2e5e0a27cac992a4f1fc30e4ee53c14b96a..0ba7747a31a38389ec2588ba609fd20c2bf5dd95 100644
|
| --- a/third_party/WebKit/Source/modules/quota/DeprecatedStorageQuota.cpp
|
| +++ b/third_party/WebKit/Source/modules/quota/DeprecatedStorageQuota.cpp
|
| @@ -30,7 +30,6 @@
|
|
|
| #include "modules/quota/DeprecatedStorageQuota.h"
|
|
|
| -#include "bindings/core/v8/ScriptState.h"
|
| #include "core/dom/ExceptionCode.h"
|
| #include "core/dom/ExecutionContext.h"
|
| #include "core/dom/TaskRunnerHelper.h"
|
| @@ -40,6 +39,7 @@
|
| #include "modules/quota/StorageUsageCallback.h"
|
| #include "platform/StorageQuotaCallbacks.h"
|
| #include "platform/WebTaskRunner.h"
|
| +#include "platform/bindings/ScriptState.h"
|
| #include "platform/weborigin/KURL.h"
|
| #include "platform/weborigin/SecurityOrigin.h"
|
| #include "public/platform/Platform.h"
|
|
|