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

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

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
Index: ios/chrome/browser/webp_transcode/webp_decoder.mm
diff --git a/components/webp_transcode/webp_decoder.mm b/ios/chrome/browser/webp_transcode/webp_decoder.mm
similarity index 99%
rename from components/webp_transcode/webp_decoder.mm
rename to ios/chrome/browser/webp_transcode/webp_decoder.mm
index 38ae361e5d7715e0daf1907cc9b709ad41bf82d8..03106ab18dffd43dc8fbeb96a6659d9da1e6b304 100644
--- a/components/webp_transcode/webp_decoder.mm
+++ b/ios/chrome/browser/webp_transcode/webp_decoder.mm
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "components/webp_transcode/webp_decoder.h"
+#include "ios/chrome/browser/webp_transcode/webp_decoder.h"
#import <Foundation/Foundation.h>
#include <stdint.h>
« no previous file with comments | « ios/chrome/browser/webp_transcode/webp_decoder.h ('k') | ios/chrome/browser/webp_transcode/webp_decoder_unittest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698