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

Unified Diff: ios/web/public/image_fetcher/image_data_fetcher.mm

Issue 2605913002: Fix include import in ios/web (Closed)
Patch Set: add missing #import 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/image_data_fetcher.mm
diff --git a/ios/web/public/image_fetcher/image_data_fetcher.mm b/ios/web/public/image_fetcher/image_data_fetcher.mm
index cc7167db73870710dfabed1254d8ef430a5c3f06..11a237a12ce0908b0f2f66a4d39b7f48e477dd93 100644
--- a/ios/web/public/image_fetcher/image_data_fetcher.mm
+++ b/ios/web/public/image_fetcher/image_data_fetcher.mm
@@ -9,10 +9,10 @@
#include "base/bind.h"
#include "base/location.h"
-#include "base/mac/scoped_nsobject.h"
+#import "base/mac/scoped_nsobject.h"
#include "base/task_runner.h"
#include "base/task_runner_util.h"
-#include "ios/web/public/image_fetcher/webp_decoder.h"
+#import "ios/web/public/image_fetcher/webp_decoder.h"
#include "net/base/load_flags.h"
#include "net/http/http_response_headers.h"
#include "net/url_request/url_fetcher.h"
« no previous file with comments | « ios/web/net/web_http_protocol_handler_delegate_unittest.mm ('k') | ios/web/public/image_fetcher/webp_decoder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698