| Index: content/browser/browser_child_process_host_impl.h
|
| diff --git a/content/browser/browser_child_process_host_impl.h b/content/browser/browser_child_process_host_impl.h
|
| index d91d1adce3a9abe706a26ba41b47f11f148bd6bc..571e04ae895719d72eeb844c5f0e0d7bc36345cf 100644
|
| --- a/content/browser/browser_child_process_host_impl.h
|
| +++ b/content/browser/browser_child_process_host_impl.h
|
| @@ -101,7 +101,7 @@ class CONTENT_EXPORT BrowserChildProcessHostImpl
|
| // Adds an IPC message filter.
|
| void AddFilter(BrowserMessageFilter* filter);
|
|
|
| - static void HistogramBadMessageTerminated(int process_type);
|
| + static void HistogramBadMessageTerminated(ProcessType process_type);
|
|
|
| BrowserChildProcessHostDelegate* delegate() const { return delegate_; }
|
|
|
|
|