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

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

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
Index: components/image_fetcher/ios/webp_decoder.h
diff --git a/ios/web/public/image_fetcher/webp_decoder.h b/components/image_fetcher/ios/webp_decoder.h
similarity index 94%
rename from ios/web/public/image_fetcher/webp_decoder.h
rename to components/image_fetcher/ios/webp_decoder.h
index f11c70a34392a8cdf6a0d726816fcb5f4c32707e..214c7a3afda37f2dadd7adc42360f723c16086d3 100644
--- a/ios/web/public/image_fetcher/webp_decoder.h
+++ b/components/image_fetcher/ios/webp_decoder.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef IOS_WEB_PUBLIC_IMAGE_FETCHER_WEBP_DECODER_H_
-#define IOS_WEB_PUBLIC_IMAGE_FETCHER_WEBP_DECODER_H_
+#ifndef COMPONENTS_IMAGE_FETCHER_IOS_WEBP_DECODER_H_
+#define COMPONENTS_IMAGE_FETCHER_IOS_WEBP_DECODER_H_
#import <Foundation/Foundation.h>
#include <stddef.h>
@@ -96,4 +96,4 @@ class WebpDecoder : public base::RefCountedThreadSafe<WebpDecoder> {
} // namespace webp_transcode
-#endif // IOS_WEB_PUBLIC_IMAGE_FETCHER_WEBP_DECODER_H_
+#endif // COMPONENTS_IMAGE_FETCHER_IOS_WEBP_DECODER_H_
« no previous file with comments | « components/image_fetcher/ios/ios_image_data_fetcher_wrapper_unittest.mm ('k') | components/image_fetcher/ios/webp_decoder.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698