| Index: content/shell/shell_network_delegate.h
|
| diff --git a/content/shell/shell_network_delegate.h b/content/shell/shell_network_delegate.h
|
| index e1fb9915d1ed6d08c29f2d7f7a607f5f929a1973..12719617404c701b411f64e35a206c3247177c86 100644
|
| --- a/content/shell/shell_network_delegate.h
|
| +++ b/content/shell/shell_network_delegate.h
|
| @@ -52,7 +52,7 @@ class ShellNetworkDelegate : public net::NetworkDelegate {
|
| const std::string& cookie_line,
|
| net::CookieOptions* options) OVERRIDE;
|
| virtual bool OnCanAccessFile(const net::URLRequest& request,
|
| - const FilePath& path) const OVERRIDE;
|
| + const base::FilePath& path) const OVERRIDE;
|
| virtual bool OnCanThrottleRequest(
|
| const net::URLRequest& request) const OVERRIDE;
|
| virtual int OnBeforeSocketStreamConnect(
|
|
|