| Index: chrome/browser/extensions/autoupdate_interceptor.h
|
| diff --git a/chrome/browser/extensions/autoupdate_interceptor.h b/chrome/browser/extensions/autoupdate_interceptor.h
|
| index 42ae0241ca2cf112e9f21c51aa27deb3341d5149..219941a9fc8971433d63799bb92f40a7be62f582 100644
|
| --- a/chrome/browser/extensions/autoupdate_interceptor.h
|
| +++ b/chrome/browser/extensions/autoupdate_interceptor.h
|
| @@ -22,7 +22,7 @@ class AutoUpdateInterceptor
|
|
|
| // When computing matches, this ignores query parameters (since the autoupdate
|
| // fetch code appends a bunch of them to manifest fetches).
|
| - virtual URLRequestJob* MaybeIntercept(URLRequest* request);
|
| + virtual net::URLRequestJob* MaybeIntercept(net::URLRequest* request);
|
|
|
| // When requests for |url| arrive, respond with the contents of |path|. The
|
| // hostname of |url| must be "localhost" to avoid DNS lookups, and the scheme
|
|
|