| Index: components/webp_transcode/webp_decoder.h
|
| diff --git a/components/webp_transcode/webp_decoder.h b/components/webp_transcode/webp_decoder.h
|
| index 64126c26648cbae0b3cbe92c915d2d4e4eae53c0..ab2509e93f707c4275b84c02586b676ed546499e 100644
|
| --- a/components/webp_transcode/webp_decoder.h
|
| +++ b/components/webp_transcode/webp_decoder.h
|
| @@ -5,6 +5,8 @@
|
| #ifndef COMPONENTS_WEBP_TRANSCODE_WEBP_DECODER_H_
|
| #define COMPONENTS_WEBP_TRANSCODE_WEBP_DECODER_H_
|
|
|
| +#import <Foundation/Foundation.h>
|
| +
|
| #include "base/mac/scoped_nsobject.h"
|
| #include "base/memory/ref_counted.h"
|
| #include "base/memory/scoped_ptr.h"
|
|
|