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

Unified Diff: components/image_fetcher/core/request_metadata_unittest.cc

Issue 2793983002: [ImageFetcher] Return http response headers (Closed)
Patch Set: Compare headers as well Created 3 years, 8 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
« no previous file with comments | « components/image_fetcher/core/request_metadata.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/image_fetcher/core/request_metadata_unittest.cc
diff --git a/components/image_fetcher/core/request_metadata_unittest.cc b/components/image_fetcher/core/request_metadata_unittest.cc
index 5337340bf42965ba5d8457dcabe51d85731ee2ab..dcbe60c479286b87a3d17208720f7d194815de86 100644
--- a/components/image_fetcher/core/request_metadata_unittest.cc
+++ b/components/image_fetcher/core/request_metadata_unittest.cc
@@ -4,6 +4,8 @@
#include "components/image_fetcher/core/request_metadata.h"
+#include "base/memory/ref_counted.h"
+#include "net/http/http_response_headers.h"
#include "testing/gtest/include/gtest/gtest.h"
namespace image_fetcher {
« no previous file with comments | « components/image_fetcher/core/request_metadata.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698