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" |