| Index: ios/web/public/image_fetcher/image_data_fetcher.mm
|
| diff --git a/ios/web/public/image_fetcher/image_data_fetcher.mm b/ios/web/public/image_fetcher/image_data_fetcher.mm
|
| index cc7167db73870710dfabed1254d8ef430a5c3f06..11a237a12ce0908b0f2f66a4d39b7f48e477dd93 100644
|
| --- a/ios/web/public/image_fetcher/image_data_fetcher.mm
|
| +++ b/ios/web/public/image_fetcher/image_data_fetcher.mm
|
| @@ -9,10 +9,10 @@
|
|
|
| #include "base/bind.h"
|
| #include "base/location.h"
|
| -#include "base/mac/scoped_nsobject.h"
|
| +#import "base/mac/scoped_nsobject.h"
|
| #include "base/task_runner.h"
|
| #include "base/task_runner_util.h"
|
| -#include "ios/web/public/image_fetcher/webp_decoder.h"
|
| +#import "ios/web/public/image_fetcher/webp_decoder.h"
|
| #include "net/base/load_flags.h"
|
| #include "net/http/http_response_headers.h"
|
| #include "net/url_request/url_fetcher.h"
|
|
|