| Index: components/profile_service/profile_service_impl.h
|
| diff --git a/components/profile_service/profile_service_impl.h b/components/profile_service/profile_service_impl.h
|
| index 72f7ce8c6fc24004a31adbdf275bc52d0587af8f..edf45c2e35bcec740e3ce3f111176ea265bc71e1 100644
|
| --- a/components/profile_service/profile_service_impl.h
|
| +++ b/components/profile_service/profile_service_impl.h
|
| @@ -29,7 +29,8 @@ class ProfileServiceImpl : public ProfileService {
|
|
|
| // Overridden from ProfileService:
|
| void GetDirectory(
|
| - mojo::InterfaceRequest<filesystem::Directory> request) override;
|
| + mojo::InterfaceRequest<filesystem::Directory> request,
|
| + const GetDirectoryCallback& callback) override;
|
|
|
| private:
|
| mojo::StrongBinding<ProfileService> binding_;
|
|
|