| Index: Source/modules/quota/StorageErrorCallback.h
|
| diff --git a/Source/modules/quota/StorageErrorCallback.h b/Source/modules/quota/StorageErrorCallback.h
|
| index 6de5720c2f55009622aad5d57e28c53fd0cc2249..ab372b90075aa32cc69aba43134371d84c2f6ad8 100644
|
| --- a/Source/modules/quota/StorageErrorCallback.h
|
| +++ b/Source/modules/quota/StorageErrorCallback.h
|
| @@ -35,7 +35,7 @@
|
| #include "core/dom/ExecutionContextTask.h"
|
| #include "wtf/Forward.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| class DOMError;
|
|
|
| @@ -63,6 +63,6 @@ public:
|
| };
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // StorageErrorCallback_h
|
|
|