| Index: chrome/browser/spellchecker/spellcheck_host_metrics.h
|
| diff --git a/chrome/browser/spellchecker/spellcheck_host_metrics.h b/chrome/browser/spellchecker/spellcheck_host_metrics.h
|
| index e0e116694a2a8d0277e20c82c039889e89361601..78f039484701e8614a25cbbb8a1717109d01b658 100644
|
| --- a/chrome/browser/spellchecker/spellcheck_host_metrics.h
|
| +++ b/chrome/browser/spellchecker/spellcheck_host_metrics.h
|
| @@ -33,7 +33,7 @@ class SpellCheckHostMetrics {
|
|
|
| // Collects the number of words in the custom dictionary, which is
|
| // to be uploaded via UMA.
|
| - void RecordCustomWordCountStats(size_t count);
|
| + static void RecordCustomWordCountStats(size_t count);
|
|
|
| // Collects status of spellchecking enabling state, which is
|
| // to be uploaded via UMA
|
|
|