Index: chrome/browser/metrics/metrics_service.h |
=================================================================== |
--- chrome/browser/metrics/metrics_service.h (revision 110571) |
+++ chrome/browser/metrics/metrics_service.h (working copy) |
@@ -33,7 +33,6 @@ |
class MetricsReportingScheduler; |
class PrefService; |
class Profile; |
-class RenderProcessHost; |
class TemplateURLService; |
namespace base { |
@@ -41,6 +40,10 @@ |
class MessageLoopProxy; |
} |
+namespace content { |
+class RenderProcessHost; |
+} |
+ |
namespace prerender { |
bool IsOmniboxEnabled(Profile* profile); |
} |
@@ -249,7 +252,7 @@ |
void IncrementLongPrefsValue(const char* path); |
// Records a renderer process crash. |
- void LogRendererCrash(RenderProcessHost* host, |
+ void LogRendererCrash(content::RenderProcessHost* host, |
base::TerminationStatus status, |
bool was_alive); |