Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(692)

Unified Diff: components/image_fetcher/ios/webp_decoder.mm

Issue 2699633006: Move WebpDecoder from ios/web to components/image_fetcher (Closed)
Patch Set: Rebase Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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"

Powered by Google App Engine
This is Rietveld 408576698