Index: chrome/browser/safe_browsing/client_side_detection_service.h |
=================================================================== |
--- chrome/browser/safe_browsing/client_side_detection_service.h (revision 110571) |
+++ chrome/browser/safe_browsing/client_side_detection_service.h (working copy) |
@@ -35,13 +35,16 @@ |
#include "googleurl/src/gurl.h" |
#include "net/base/net_util.h" |
-class RenderProcessHost; |
class SafeBrowsingService; |
namespace base { |
class TimeDelta; |
} |
+namespace content { |
+class RenderProcessHost; |
+} |
+ |
namespace net { |
class URLRequestContextGetter; |
class URLRequestStatus; |
@@ -234,7 +237,7 @@ |
bool InitializePrivateNetworks(); |
// Send the model to the given renderer. |
- void SendModelToProcess(RenderProcessHost* process); |
+ void SendModelToProcess(content::RenderProcessHost* process); |
// Same as above but sends the model to all rendereres. |
void SendModelToRenderers(); |