| Index: chrome/browser/protector/histograms.cc
|
| diff --git a/chrome/browser/protector/histograms.cc b/chrome/browser/protector/histograms.cc
|
| index 7166d9cbc8f665b990ac99f847ab2935497d1950..2669d69ab557f374001a3baa45d0961353b460ba 100644
|
| --- a/chrome/browser/protector/histograms.cc
|
| +++ b/chrome/browser/protector/histograms.cc
|
| @@ -20,13 +20,13 @@ const char kProtectorValueChangedCounter[] = "Protector.ValueChangedCounter";
|
| const char kProtectorValueValidCounter[] = "Protector.ValueValidCounter";
|
|
|
| const char kProtectorHistogramNewSearchProvider[] =
|
| - "Protector.NewSearchProvider";
|
| + "Protector.SearchProvider.New";
|
| const char kProtectorHistogramSearchProviderApplied[] =
|
| - "Protector.SearchProviderApplied";
|
| + "Protector.SearchProvider.Applied";
|
| const char kProtectorHistogramSearchProviderDiscarded[] =
|
| - "Protector.SearchProviderDiscarded";
|
| + "Protector.SearchProvider.Discarded";
|
| const char kProtectorHistogramSearchProviderTimeout[] =
|
| - "Protector.SearchProviderTimeout";
|
| + "Protector.SearchProvider.Timeout";
|
|
|
| const int kProtectorMaxSearchProviderID = SEARCH_ENGINE_MAX;
|
|
|
|
|