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

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

Issue 2699633006: Move WebpDecoder from ios/web to components/image_fetcher (Closed)
Patch Set: Separate header 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
« no previous file with comments | « components/image_fetcher/ios/webp_decoder.h ('k') | components/image_fetcher/ios/webp_decoder_unittest.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"
« no previous file with comments | « components/image_fetcher/ios/webp_decoder.h ('k') | components/image_fetcher/ios/webp_decoder_unittest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698