| 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 35421b506952b47d08eedd78ef0fed00091dad71..53909da1283b3c1bd95a075f30db32faeeb7cbc0 100644
|
| --- a/ios/chrome/test/testing_application_context.h
|
| +++ b/ios/chrome/test/testing_application_context.h
|
| @@ -49,6 +49,7 @@ class TestingApplicationContext : public ApplicationContext {
|
| component_updater::ComponentUpdateService* GetComponentUpdateService()
|
| override;
|
| CRLSetFetcher* GetCRLSetFetcher() override;
|
| + PhysicalWebDataSource* GetPhysicalWebDataSource() override;
|
|
|
| private:
|
| base::ThreadChecker thread_checker_;
|
|
|