Index: content/browser/renderer_host/render_view_host.h |
=================================================================== |
--- content/browser/renderer_host/render_view_host.h (revision 120814) |
+++ content/browser/renderer_host/render_view_host.h (working copy) |
@@ -30,7 +30,7 @@ |
#include "webkit/glue/webaccessibility.h" |
#include "webkit/glue/window_open_disposition.h" |
-class ChildProcessSecurityPolicy; |
+class ChildProcessSecurityPolicyImpl; |
class FilePath; |
class GURL; |
class PowerSaveBlocker; |
@@ -407,7 +407,7 @@ |
// Checks that the given renderer can request |url|, if not it sets it to an |
// empty url. |
- static void FilterURL(ChildProcessSecurityPolicy* policy, |
+ static void FilterURL(ChildProcessSecurityPolicyImpl* policy, |
int renderer_id, |
GURL* url); |