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

Unified Diff: ios/chrome/browser/webp_transcode/webp_decoder.h

Issue 2146833002: Move webp_transcode to ios/chrome/browser (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Cleanup DEPS Created 4 years, 5 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 | « ios/chrome/browser/webp_transcode/README ('k') | ios/chrome/browser/webp_transcode/webp_decoder.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/webp_transcode/webp_decoder.h
diff --git a/components/webp_transcode/webp_decoder.h b/ios/chrome/browser/webp_transcode/webp_decoder.h
similarity index 92%
rename from components/webp_transcode/webp_decoder.h
rename to ios/chrome/browser/webp_transcode/webp_decoder.h
index 1cfd6ffad8a7c57b90a166f6939342ef969309ff..e2f5714345707746da6a56100d7eabddcc22cd23 100644
--- a/components/webp_transcode/webp_decoder.h
+++ b/ios/chrome/browser/webp_transcode/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 COMPONENTS_WEBP_TRANSCODE_WEBP_DECODER_H_
-#define COMPONENTS_WEBP_TRANSCODE_WEBP_DECODER_H_
+#ifndef IOS_CHROME_BROWSER_WEBP_TRANSCODE_WEBP_DECODER_H_
+#define IOS_CHROME_BROWSER_WEBP_TRANSCODE_WEBP_DECODER_H_
#import <Foundation/Foundation.h>
#include <stddef.h>
@@ -75,4 +75,4 @@ class WebpDecoder : public base::RefCountedThreadSafe<WebpDecoder> {
} // namespace webp_transcode
-#endif // COMPONENTS_WEBP_TRANSCODE_WEBP_DECODER_H_
+#endif // IOS_CHROME_BROWSER_WEBP_TRANSCODE_WEBP_DECODER_H_
« no previous file with comments | « ios/chrome/browser/webp_transcode/README ('k') | ios/chrome/browser/webp_transcode/webp_decoder.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698