| Index: content/child/image_decoder.h
|
| diff --git a/content/child/image_decoder.h b/content/child/image_decoder.h
|
| index 535c4231c9043a2f2d89fb3ae43b90c4d9cfe136..fb6cfd37b3d5431a9c7c9f231bd6ca71be8e1a55 100644
|
| --- a/content/child/image_decoder.h
|
| +++ b/content/child/image_decoder.h
|
| @@ -2,9 +2,11 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +#include <stddef.h>
|
| +
|
| #include <vector>
|
|
|
| -#include "base/basictypes.h"
|
| +#include "base/macros.h"
|
| #include "ui/gfx/geometry/size.h"
|
|
|
| class SkBitmap;
|
|
|