| Index: components/metrics/metrics_service.h
|
| diff --git a/components/metrics/metrics_service.h b/components/metrics/metrics_service.h
|
| index 4ed7ad18c975225e4f4c99bb7b3b79eaec0993eb..fb92e9b269bbb43cc9c6446672ad369547a7a7b5 100644
|
| --- a/components/metrics/metrics_service.h
|
| +++ b/components/metrics/metrics_service.h
|
| @@ -179,7 +179,7 @@ class MetricsService : public base::HistogramFlattener {
|
| void OnAppEnterForeground();
|
| #else
|
| // Set the dirty flag, which will require a later call to LogCleanShutdown().
|
| - static void LogNeedForCleanShutdown(PrefService* local_state);
|
| + void LogNeedForCleanShutdown();
|
| #endif // defined(OS_ANDROID) || defined(OS_IOS)
|
|
|
| static void SetExecutionPhase(ExecutionPhase execution_phase,
|
|
|