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

Unified Diff: content/child/web_url_loader_impl_unittest.cc

Issue 294193002: Set response headers for data URL. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed #19 Created 6 years, 4 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: content/child/web_url_loader_impl_unittest.cc
diff --git a/content/child/web_url_loader_impl_unittest.cc b/content/child/web_url_loader_impl_unittest.cc
index 81b6779bcb6d77298d0034ae352c28eacb3b9167..ad76bebfc734865957b5d1b3092e709402fde91a 100644
--- a/content/child/web_url_loader_impl_unittest.cc
+++ b/content/child/web_url_loader_impl_unittest.cc
@@ -7,8 +7,10 @@
#include <string.h>
#include "base/macros.h"
+#include "base/memory/ref_counted.h"
darin (slow to review) 2014/08/19 20:50:08 nit: these includes are no longer needed, right?
tyoshino (SeeGerritForStatus) 2014/08/20 07:09:52 Oh sorry, right. TimeTick is used so time.h should
#include "base/memory/weak_ptr.h"
#include "base/message_loop/message_loop.h"
+#include "base/time/time.h"
#include "content/child/resource_dispatcher.h"
#include "content/public/child/request_peer.h"
#include "content/public/common/resource_response_info.h"

Powered by Google App Engine
This is Rietveld 408576698