| Index: chrome/browser/extensions/autoupdate_interceptor.cc
|
| diff --git a/chrome/browser/extensions/autoupdate_interceptor.cc b/chrome/browser/extensions/autoupdate_interceptor.cc
|
| index 545cd776502656f7834e9b9e6dfb9f2e384ffc6a..50beca420fd8f6dc6942a961f9a2a28b5c377142 100644
|
| --- a/chrome/browser/extensions/autoupdate_interceptor.cc
|
| +++ b/chrome/browser/extensions/autoupdate_interceptor.cc
|
| @@ -11,6 +11,8 @@
|
| #include "net/url_request/url_request_test_job.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| +using content::BrowserThread;
|
| +
|
| // This is a specialized version of net::URLRequestTestJob that lets us specify
|
| // response data and make sure the response code is 200, which the autoupdate
|
| // code relies on.
|
|
|