| Index: content/shell/shell_resource_dispatcher_host_delegate.h
|
| ===================================================================
|
| --- content/shell/shell_resource_dispatcher_host_delegate.h (revision 147404)
|
| +++ content/shell/shell_resource_dispatcher_host_delegate.h (working copy)
|
| @@ -11,7 +11,7 @@
|
| namespace content {
|
|
|
| class ShellResourceDispatcherHostDelegate
|
| - : public content::ResourceDispatcherHostDelegate {
|
| + : public ResourceDispatcherHostDelegate {
|
| public:
|
| ShellResourceDispatcherHostDelegate();
|
| virtual ~ShellResourceDispatcherHostDelegate();
|
| @@ -19,7 +19,7 @@
|
| // ResourceDispatcherHostDelegate implementation.
|
| virtual bool AcceptAuthRequest(net::URLRequest* request,
|
| net::AuthChallengeInfo* auth_info) OVERRIDE;
|
| - virtual content::ResourceDispatcherHostLoginDelegate* CreateLoginDelegate(
|
| + virtual ResourceDispatcherHostLoginDelegate* CreateLoginDelegate(
|
| net::AuthChallengeInfo* auth_info, net::URLRequest* request) OVERRIDE;
|
|
|
| private:
|
|
|