| Index: chrome/browser/extensions/autoupdate_interceptor.cc
|
| diff --git a/chrome/browser/extensions/autoupdate_interceptor.cc b/chrome/browser/extensions/autoupdate_interceptor.cc
|
| index 50beca420fd8f6dc6942a961f9a2a28b5c377142..34e01b6995e55288f888d170bcfe6e53ec11781d 100644
|
| --- a/chrome/browser/extensions/autoupdate_interceptor.cc
|
| +++ b/chrome/browser/extensions/autoupdate_interceptor.cc
|
| @@ -13,6 +13,8 @@
|
|
|
| using content::BrowserThread;
|
|
|
| +namespace extensions {
|
| +
|
| // 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.
|
| @@ -91,3 +93,5 @@ void AutoUpdateInterceptor::SetResponseOnIOThread(const std::string url,
|
| BrowserThread::IO, FROM_HERE,
|
| base::Bind(&AutoUpdateInterceptor::SetResponse, this, url, path));
|
| }
|
| +
|
| +} // namespace extensions
|
|
|