| Index: Source/platform/graphics/DeferredImageDecoder.h
|
| diff --git a/Source/platform/graphics/DeferredImageDecoder.h b/Source/platform/graphics/DeferredImageDecoder.h
|
| index 2aa48c6a09094db23c40bb4d47dd5481f8020d67..9ddf56702c12a91bff0aae0b0fdf3e46c173114e 100644
|
| --- a/Source/platform/graphics/DeferredImageDecoder.h
|
| +++ b/Source/platform/graphics/DeferredImageDecoder.h
|
| @@ -36,7 +36,7 @@
|
| #include "wtf/OwnPtr.h"
|
| #include "wtf/Vector.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| class ImageFrameGenerator;
|
| class SharedBuffer;
|
| @@ -101,6 +101,6 @@ private:
|
| static bool s_enabled;
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif
|
|
|