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

Unified Diff: ios/chrome/browser/suggestions/image_fetcher_impl.h

Issue 2652893005: Create the IOSImageDataFetcher (Closed)
Patch Set: Address comments Created 3 years, 11 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/suggestions/image_fetcher_impl.h
diff --git a/ios/chrome/browser/suggestions/image_fetcher_impl.h b/ios/chrome/browser/suggestions/image_fetcher_impl.h
index dfa1ae5fa7c5d6fa057b55b2478261ed118f8467..fdd04de250ae99524b0e6f05b739baa21568283a 100644
--- a/ios/chrome/browser/suggestions/image_fetcher_impl.h
+++ b/ios/chrome/browser/suggestions/image_fetcher_impl.h
@@ -24,16 +24,13 @@ class Image;
namespace image_fetcher {
class ImageFetcherDelegate;
+class IOSImageDataFetcher;
}
namespace net {
class URLRequestContextGetter;
}
-namespace web {
-class ImageDataFetcher;
-}
-
namespace suggestions {
// A class used to fetch server images asynchronously.
@@ -55,7 +52,7 @@ class ImageFetcherImpl : public image_fetcher::ImageFetcher {
override;
private:
- std::unique_ptr<web::ImageDataFetcher> image_fetcher_;
+ std::unique_ptr<image_fetcher::IOSImageDataFetcher> image_fetcher_;
image_fetcher::ImageFetcherDelegate* delegate_;

Powered by Google App Engine
This is Rietveld 408576698