Chromium Code Reviews| 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..de3cd9391c42f5f573590d6c38eed757567661d7 100644 |
| --- a/ios/web/public/image_fetcher/webp_decoder.mm |
| +++ b/components/image_fetcher/ios/webp_decoder.mm |
| @@ -2,11 +2,11 @@ |
| // 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> |
|
sdefresne
2017/02/20 09:56:23
nit: blank line to separate system Objective-C hea
gambard
2017/02/20 10:08:50
Done.
|
| #include "base/logging.h" |
| #include "base/metrics/histogram_macros.h" |