Chromium Code Reviews| Index: components/domain_reliability/test_util.h |
| diff --git a/components/domain_reliability/test_util.h b/components/domain_reliability/test_util.h |
| index 48dcb801be021e8c7be259e7135ba2b9256a3635..252f13554abe7da0b80fdde8f6a9e644d2d086e4 100644 |
| --- a/components/domain_reliability/test_util.h |
| +++ b/components/domain_reliability/test_util.h |
| @@ -15,10 +15,6 @@ |
| #include "net/base/host_port_pair.h" |
| #include "url/gurl.h" |
| -namespace net { |
| -class URLRequestStatus; |
| -} // namespace net |
| - |
| namespace domain_reliability { |
| // A simple test callback that remembers whether it's been called. |