| Index: components/image_fetcher/ios/webp_decoder.mm | 
| diff --git a/ios/web/public/image_fetcher/webp_decoder.mm b/components/image_fetcher/ios/webp_decoder.mm | 
| similarity index 99% | 
| rename from ios/web/public/image_fetcher/webp_decoder.mm | 
| rename to components/image_fetcher/ios/webp_decoder.mm | 
| index d5e7d923add86c93ae77a8ed9a6417e2673f0639..f411be89d374e1e2f680b5df440ed3c87fe786a1 100644 | 
| --- a/ios/web/public/image_fetcher/webp_decoder.mm | 
| +++ b/components/image_fetcher/ios/webp_decoder.mm | 
| @@ -2,12 +2,13 @@ | 
| // Use of this source code is governed by a BSD-style license that can be | 
| // found in the LICENSE file. | 
|  | 
| -#import "ios/web/public/image_fetcher/webp_decoder.h" | 
| +#import "components/image_fetcher/ios/webp_decoder.h" | 
|  | 
| #import <Foundation/Foundation.h> | 
| -#include <stdint.h> | 
| #import <UIKit/UIKit.h> | 
|  | 
| +#include <stdint.h> | 
| + | 
| #include "base/logging.h" | 
| #include "base/metrics/histogram_macros.h" | 
|  | 
|  |