| Index: public/web/WebImageDecoder.h
|
| diff --git a/public/web/WebImageDecoder.h b/public/web/WebImageDecoder.h
|
| index d668e4aad16191f17b7e9c5f69fdfab08e52de75..5d80b1bc01d7031f0974cc8189cf71395ba48103 100644
|
| --- a/public/web/WebImageDecoder.h
|
| +++ b/public/web/WebImageDecoder.h
|
| @@ -35,12 +35,11 @@
|
| #include "../platform/WebImage.h"
|
| #include "../platform/WebNonCopyable.h"
|
|
|
| -namespace blink { class ImageDecoder; }
|
| -
|
| namespace blink {
|
|
|
| -typedef blink::ImageDecoder WebImageDecoderPrivate;
|
| +class ImageDecoder;
|
| class WebData;
|
| +typedef ImageDecoder WebImageDecoderPrivate;
|
|
|
| class WebImageDecoder : public WebNonCopyable {
|
| public:
|
|
|