| Index: content/child/image_decoder.h
|
| diff --git a/content/child/image_decoder.h b/content/child/image_decoder.h
|
| index fb6cfd37b3d5431a9c7c9f231bd6ca71be8e1a55..ca4254deb42d8153e26e4d83664c9e3d3776bfa6 100644
|
| --- a/content/child/image_decoder.h
|
| +++ b/content/child/image_decoder.h
|
| @@ -2,6 +2,9 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +#ifndef CONTENT_CHILD_IMAGE_DECODER_H_
|
| +#define CONTENT_CHILD_IMAGE_DECODER_H_
|
| +
|
| #include <stddef.h>
|
|
|
| #include <vector>
|
| @@ -44,3 +47,5 @@ class ImageDecoder {
|
| };
|
|
|
| } // namespace content
|
| +
|
| +#endif // CONTENT_CHILD_IMAGE_DECODER_H_
|
|
|