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

Unified Diff: ios/web/public/image_fetcher/webp_decoder.h

Issue 2526773002: Move iOS ImageFetcher to ios/web/public (Closed)
Patch Set: Rename headers Created 4 years 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: ios/web/public/image_fetcher/webp_decoder.h
diff --git a/ios/chrome/browser/webp_transcode/webp_decoder.h b/ios/web/public/image_fetcher/webp_decoder.h
similarity index 92%
rename from ios/chrome/browser/webp_transcode/webp_decoder.h
rename to ios/web/public/image_fetcher/webp_decoder.h
index e2f5714345707746da6a56100d7eabddcc22cd23..1ab4d6c544a14e5483b98bdb4ca81e2e9a317cc2 100644
--- a/ios/chrome/browser/webp_transcode/webp_decoder.h
+++ b/ios/web/public/image_fetcher/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_CHROME_BROWSER_WEBP_TRANSCODE_WEBP_DECODER_H_
-#define IOS_CHROME_BROWSER_WEBP_TRANSCODE_WEBP_DECODER_H_
+#ifndef IOS_WEB_PUBLIC_IMAGE_FETCHER_WEBP_DECODER_H_
+#define IOS_WEB_PUBLIC_IMAGE_FETCHER_WEBP_DECODER_H_
#import <Foundation/Foundation.h>
#include <stddef.h>
@@ -75,4 +75,4 @@ class WebpDecoder : public base::RefCountedThreadSafe<WebpDecoder> {
} // namespace webp_transcode
-#endif // IOS_CHROME_BROWSER_WEBP_TRANSCODE_WEBP_DECODER_H_
+#endif // IOS_WEB_PUBLIC_IMAGE_FETCHER_WEBP_DECODER_H_
« no previous file with comments | « ios/web/public/image_fetcher/image_data_fetcher_unittest.mm ('k') | ios/web/public/image_fetcher/webp_decoder.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698