| Index: Source/platform/image-decoders/webp/WEBPImageDecoder.h
|
| diff --git a/Source/platform/image-decoders/webp/WEBPImageDecoder.h b/Source/platform/image-decoders/webp/WEBPImageDecoder.h
|
| index d45da26db456e6c810a82bc65300f707da0012c4..0807059e6d3420c78de18e7b8235386b3574fc16 100644
|
| --- a/Source/platform/image-decoders/webp/WEBPImageDecoder.h
|
| +++ b/Source/platform/image-decoders/webp/WEBPImageDecoder.h
|
| @@ -34,7 +34,7 @@
|
| #include "webp/decode.h"
|
| #include "webp/demux.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| class PLATFORM_EXPORT WEBPImageDecoder : public ImageDecoder {
|
| public:
|
| @@ -89,6 +89,6 @@ private:
|
| void clearDecoder();
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif
|
|
|