| Index: content/browser/loader/resource_dispatcher_host_impl.h
|
| diff --git a/content/browser/loader/resource_dispatcher_host_impl.h b/content/browser/loader/resource_dispatcher_host_impl.h
|
| index af639862f2f30cc501f1f9a6cb6c836a1b5f2890..92e4c42f1bcb99621806e1603bff91c4af6ca734 100644
|
| --- a/content/browser/loader/resource_dispatcher_host_impl.h
|
| +++ b/content/browser/loader/resource_dispatcher_host_impl.h
|
| @@ -45,10 +45,6 @@
|
| class ResourceHandler;
|
| struct ResourceHostMsg_Request;
|
|
|
| -namespace base {
|
| -class FilePath;
|
| -}
|
| -
|
| namespace net {
|
| class URLRequestJobFactory;
|
| }
|
| @@ -246,7 +242,6 @@
|
| // it, except on HTTP errors. This is marked virtual so it can be overriden in
|
| // testing.
|
| virtual scoped_ptr<ResourceHandler> MaybeInterceptAsStream(
|
| - const base::FilePath& plugin_path,
|
| net::URLRequest* request,
|
| ResourceResponse* response,
|
| std::string* payload);
|
|
|