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_ |