Index: content/shell/shell_network_delegate.cc |
diff --git a/content/shell/shell_network_delegate.cc b/content/shell/shell_network_delegate.cc |
index bf23a20e2b25570b0a9ca02d47f3fe33165374f5..e19c5c873717e07c4d20fa67e39693c4c00cacac 100644 |
--- a/content/shell/shell_network_delegate.cc |
+++ b/content/shell/shell_network_delegate.cc |
@@ -82,7 +82,7 @@ bool ShellNetworkDelegate::OnCanSetCookie(const net::URLRequest& request, |
} |
bool ShellNetworkDelegate::OnCanAccessFile(const net::URLRequest& request, |
- const FilePath& path) const { |
+ const base::FilePath& path) const { |
return true; |
} |