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

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

Issue 2526773002: Move iOS ImageFetcher to ios/web/public (Closed)
Patch Set: Created 4 years, 1 month 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 a6902d586751e1f1396cfbd72a326f4dc709dc65..90065cf67a1f59925c84221277bdbfe5116fdb11 100644
--- a/ios/chrome/browser/suggestions/image_fetcher_impl.h
+++ b/ios/chrome/browser/suggestions/image_fetcher_impl.h
@@ -13,7 +13,6 @@
#include "components/image_fetcher/image_fetcher.h"
class GURL;
-class ImageFetcher;
namespace base {
class SequencedWorkerPool;
@@ -25,6 +24,7 @@ class Image;
namespace image_fetcher {
class ImageFetcherDelegate;
+class RawImageFetcher;
}
namespace net {
@@ -52,7 +52,7 @@ class ImageFetcherImpl : public image_fetcher::ImageFetcher {
override;
private:
- std::unique_ptr<::ImageFetcher> imageFetcher_;
+ std::unique_ptr<image_fetcher::RawImageFetcher> imageFetcher_;
sdefresne 2016/11/23 14:40:33 style: This is c++ so this should use_cpp_naming_c
gambard 2016/11/23 15:01:21 Done.
image_fetcher::ImageFetcherDelegate* delegate_;

Powered by Google App Engine
This is Rietveld 408576698