| Index: components/rappor/rappor_recorder_impl.h
|
| diff --git a/components/rappor/rappor_recorder_impl.h b/components/rappor/rappor_recorder_impl.h
|
| index 103b4cd03586a08e47011f1be46a61f55b6d24fa..c6da8a9d25d4e9f4cacc2fe21661103754c361e1 100644
|
| --- a/components/rappor/rappor_recorder_impl.h
|
| +++ b/components/rappor/rappor_recorder_impl.h
|
| @@ -10,6 +10,10 @@
|
|
|
| class GURL;
|
|
|
| +namespace service_manager {
|
| +struct BindSourceInfo;
|
| +}
|
| +
|
| namespace rappor {
|
|
|
| class RapporServiceImpl;
|
| @@ -22,6 +26,7 @@ class RapporRecorderImpl : public mojom::RapporRecorder {
|
| ~RapporRecorderImpl() override;
|
|
|
| static void Create(RapporServiceImpl* rappor_service,
|
| + const service_manager::BindSourceInfo& source_info,
|
| mojom::RapporRecorderRequest request);
|
|
|
| private:
|
|
|