| Index: ios/chrome/test/testing_application_context.h
|
| diff --git a/ios/chrome/test/testing_application_context.h b/ios/chrome/test/testing_application_context.h
|
| index 53909da1283b3c1bd95a075f30db32faeeb7cbc0..0f6af8e4deedaf4bc5a475f9c7bd5cdcfa5e47fd 100644
|
| --- a/ios/chrome/test/testing_application_context.h
|
| +++ b/ios/chrome/test/testing_application_context.h
|
| @@ -49,7 +49,7 @@ class TestingApplicationContext : public ApplicationContext {
|
| component_updater::ComponentUpdateService* GetComponentUpdateService()
|
| override;
|
| CRLSetFetcher* GetCRLSetFetcher() override;
|
| - PhysicalWebDataSource* GetPhysicalWebDataSource() override;
|
| + physical_web::PhysicalWebDataSource* GetPhysicalWebDataSource() override;
|
|
|
| private:
|
| base::ThreadChecker thread_checker_;
|
|
|