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

Unified Diff: components/image_fetcher/image_decoder.h

Issue 2111573002: Add ios_image_decoder_impl.* (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Modify the std::string to NSData conversion Created 4 years, 6 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: components/image_fetcher/image_decoder.h
diff --git a/components/image_fetcher/image_decoder.h b/components/image_fetcher/image_decoder.h
index 3a90c57e581107ac5b9130de1f76499c15d7933d..904830cb0cb42c43b5a6bf0b02e5903f0ab98881 100644
--- a/components/image_fetcher/image_decoder.h
+++ b/components/image_fetcher/image_decoder.h
@@ -6,7 +6,9 @@
#define COMPONENTS_IMAGE_FETCHER_IMAGE_DECODER_H_
#include <string>
+
#include "base/callback_forward.h"
+#include "base/macros.h"
namespace gfx {
class Image;

Powered by Google App Engine
This is Rietveld 408576698