| Index: third_party/WebKit/Source/web/StorageQuotaClientImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/StorageQuotaClientImpl.cpp b/third_party/WebKit/Source/web/StorageQuotaClientImpl.cpp
|
| index 1f1e740284cf5cb4a5965257988b729c6eb3ceb9..e65282137ec58d7fbcf3355e08a6f83e20a8a724 100644
|
| --- a/third_party/WebKit/Source/web/StorageQuotaClientImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/StorageQuotaClientImpl.cpp
|
| @@ -33,10 +33,10 @@
|
| #include "bindings/core/v8/ScriptPromise.h"
|
| #include "bindings/core/v8/ScriptPromiseResolver.h"
|
| #include "bindings/core/v8/ScriptState.h"
|
| -#include "core/dom/DOMError.h"
|
| #include "core/dom/Document.h"
|
| #include "core/dom/ExceptionCode.h"
|
| #include "core/dom/ExecutionContext.h"
|
| +#include "modules/quota/DOMError.h"
|
| #include "modules/quota/DeprecatedStorageQuotaCallbacksImpl.h"
|
| #include "modules/quota/StorageErrorCallback.h"
|
| #include "modules/quota/StorageQuotaCallback.h"
|
|
|