Chromium Code Reviews| Index: components/variations/variations_http_header_provider.h |
| diff --git a/components/variations/variations_http_header_provider.h b/components/variations/variations_http_header_provider.h |
| index 8bd15ab92257690428a207c35dc04fce65a5e662..9fab6cd0ee74a0cae53f9b0e09bfd9d754013e60 100644 |
| --- a/components/variations/variations_http_header_provider.h |
| +++ b/components/variations/variations_http_header_provider.h |
| @@ -28,7 +28,7 @@ template <typename T> struct DefaultSingletonTraits; |
| namespace variations { |
| -// A helper class for maintaining Chrome experiments and metrics state |
| +// A helper class for maintaining Client experiments and metrics state |
|
Alexei Svitkine (slow)
2014/07/14 19:43:20
Nit: lowercase
Mathieu
2014/07/14 19:50:16
Done.
|
| // transmitted in custom HTTP request headers. |
| // This class is a thread-safe singleton. |
| class VariationsHttpHeaderProvider : base::FieldTrialList::Observer { |