Chromium Code Reviews| Index: chrome/browser/io_thread.cc |
| diff --git a/chrome/browser/io_thread.cc b/chrome/browser/io_thread.cc |
| index 8781125ec996b3d9d10b6f3e8db13ef5dcc542de..666f3c099253bcbf372aefef243eecc2536fef18 100644 |
| --- a/chrome/browser/io_thread.cc |
| +++ b/chrome/browser/io_thread.cc |
| @@ -62,6 +62,8 @@ |
| #include "net/ocsp/nss_ocsp.h" |
| #endif // defined(USE_NSS) |
| +using content::BrowserThread; |
| + |
| namespace { |
| // Custom URLRequestContext used by requests which aren't associated with a |