Chromium Code Reviews| Index: components/rappor/rappor_metric.h |
| diff --git a/components/rappor/rappor_metric.h b/components/rappor/rappor_metric.h |
| index 41d69ec023b3b47064f7daa411531c34c8698b59..3ad3fc8c83bb6a23b72c8905422fd41722286c21 100644 |
| --- a/components/rappor/rappor_metric.h |
| +++ b/components/rappor/rappor_metric.h |
| @@ -12,7 +12,7 @@ |
| #include "base/macros.h" |
| #include "components/rappor/bloom_filter.h" |
| #include "components/rappor/byte_vector_utils.h" |
| -#include "components/rappor/rappor_parameters.h" |
| +#include "components/rappor/public/rappor_parameters.h" |
| namespace rappor { |
| @@ -20,7 +20,7 @@ namespace rappor { |
| // and generates randomized reports about the collected data. |
| // |
| // This class should not be used directly by metrics clients. Record metrics |
| -// using RapporService::RecordSample instead. |
| +// using RapporServiceImpl::RecordSample instead. |
|
ncarter (slow)
2016/12/05 19:50:50
RapporServiceImpl -> RapporService here, or list b
Navid Zolghadr
2016/12/06 19:10:33
I'll list them both for now.
|
| // |
| // For a full description of the rappor metrics, see |
| // http://www.chromium.org/developers/design-documents/rappor |