| Index: Source/WebKit/chromium/src/WorkerStorageQuotaCallbacksBridge.h
|
| diff --git a/Source/WebKit/chromium/src/WorkerStorageQuotaCallbacksBridge.h b/Source/WebKit/chromium/src/WorkerStorageQuotaCallbacksBridge.h
|
| index 8ca7a772ca1a7dbb84561ef65c7140960785135b..98a90dc46387063feeb4abc3990bc656a9b1d95c 100644
|
| --- a/Source/WebKit/chromium/src/WorkerStorageQuotaCallbacksBridge.h
|
| +++ b/Source/WebKit/chromium/src/WorkerStorageQuotaCallbacksBridge.h
|
| @@ -31,10 +31,10 @@
|
| #ifndef WorkerStorageQuotaCallbacksBridge_h
|
| #define WorkerStorageQuotaCallbacksBridge_h
|
|
|
| -#include "ScriptExecutionContext.h"
|
| -#include "core/storage/StorageArea.h"
|
| #include <WebStorageQuotaError.h>
|
| #include <WebStorageQuotaType.h>
|
| +#include "core/dom/ScriptExecutionContext.h"
|
| +#include "core/storage/StorageArea.h"
|
| #include <public/WebVector.h>
|
| #include <wtf/PassOwnPtr.h>
|
| #include <wtf/PassRefPtr.h>
|
|
|