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

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

Issue 2605913002: Fix include import in ios/web (Closed)
Patch Set: 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/web/public/image_fetcher/webp_decoder.h b/ios/web/public/image_fetcher/webp_decoder.h
index 1ab4d6c544a14e5483b98bdb4ca81e2e9a317cc2..268ffc35bf4ae8dafcc96056f03e540e3f7b3b38 100644
--- a/ios/web/public/image_fetcher/webp_decoder.h
+++ b/ios/web/public/image_fetcher/webp_decoder.h
@@ -10,7 +10,7 @@
#include <memory>
-#include "base/mac/scoped_nsobject.h"
+#import "base/mac/scoped_nsobject.h"
#include "base/memory/ref_counted.h"
#include "third_party/libwebp/webp/decode.h"

Powered by Google App Engine
This is Rietveld 408576698