Index: chrome/browser/extensions/autoupdate_interceptor.h |
diff --git a/chrome/browser/extensions/autoupdate_interceptor.h b/chrome/browser/extensions/autoupdate_interceptor.h |
index 219941a9fc8971433d63799bb92f40a7be62f582..a2e08910057099ff0eaae4acc2c43faa580ae51f 100644 |
--- a/chrome/browser/extensions/autoupdate_interceptor.h |
+++ b/chrome/browser/extensions/autoupdate_interceptor.h |
@@ -15,7 +15,7 @@ |
// This url request interceptor lets us respond to localhost http request urls |
// with the contents of files on disk for use in tests. |
class AutoUpdateInterceptor |
- : public URLRequest::Interceptor, |
+ : public net::URLRequest::Interceptor, |
public base::RefCountedThreadSafe<AutoUpdateInterceptor> { |
public: |
AutoUpdateInterceptor(); |