| Index: components/browsing_data/core/browsing_data_utils.h
|
| diff --git a/components/browsing_data/core/browsing_data_utils.h b/components/browsing_data/core/browsing_data_utils.h
|
| index 133e744a3b7d2d64c42da85c76012ef92f2f23fe..3e087f8cf1e722cfe1bfda90bfb7e6ee9d5339f4 100644
|
| --- a/components/browsing_data/core/browsing_data_utils.h
|
| +++ b/components/browsing_data/core/browsing_data_utils.h
|
| @@ -52,8 +52,8 @@ base::Time CalculateEndDeleteTime(TimePeriod time_period);
|
| void RecordDeletionForPeriod(TimePeriod time_period);
|
|
|
| // Constructs the text to be displayed by a counter from the given |result|.
|
| -// Currently this can only be used for counters for which the Result is defined
|
| -// in components/browsing_data/core/counters.
|
| +// Currently this can only be used for counters for which the Result is
|
| +// defined in components/browsing_data/core/counters.
|
| base::string16 GetCounterTextFromResult(
|
| const BrowsingDataCounter::Result* result);
|
|
|
|
|