| Index: ios/web/public/image_fetcher/webp_decoder_unittest.mm
|
| diff --git a/ios/web/public/image_fetcher/webp_decoder_unittest.mm b/ios/web/public/image_fetcher/webp_decoder_unittest.mm
|
| index 9efbe7596b9e6325b4b836ef3fd0b8f118fc8e37..fdaae2e9ccf1a1cad63409f226c6f91c80960767 100644
|
| --- a/ios/web/public/image_fetcher/webp_decoder_unittest.mm
|
| +++ b/ios/web/public/image_fetcher/webp_decoder_unittest.mm
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "ios/web/public/image_fetcher/webp_decoder.h"
|
| +#import "ios/web/public/image_fetcher/webp_decoder.h"
|
|
|
| #import <CoreGraphics/CoreGraphics.h>
|
| #import <Foundation/Foundation.h>
|
| @@ -16,7 +16,7 @@
|
| #include "base/ios/ios_util.h"
|
| #include "base/logging.h"
|
| #include "base/mac/scoped_cftyperef.h"
|
| -#include "base/mac/scoped_nsobject.h"
|
| +#import "base/mac/scoped_nsobject.h"
|
| #include "base/macros.h"
|
| #include "base/memory/ref_counted.h"
|
| #include "base/path_service.h"
|
|
|