Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5932)

Unified Diff: chrome/browser/safe_browsing/client_side_detection_service.h

Issue 8515027: Define the public version of the browser side RenderProcessHost interface. This interface is not ... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();

Powered by Google App Engine
This is Rietveld 408576698