| Index: chrome/test/base/testing_profile.h
|
| diff --git a/chrome/test/base/testing_profile.h b/chrome/test/base/testing_profile.h
|
| index b6f161aed7e7d9fc22394a0f9b606eaa3c10ae74..27c7c6b2ab8b5cabcaf51e3415c8fb802f27fe7f 100644
|
| --- a/chrome/test/base/testing_profile.h
|
| +++ b/chrome/test/base/testing_profile.h
|
| @@ -268,7 +268,7 @@ class TestingProfile : public Profile {
|
| }
|
|
|
| Profile* GetOffTheRecordProfile() override;
|
| - void DestroyOffTheRecordProfile() override {}
|
| + void DestroyOffTheRecordProfile() override;
|
| bool HasOffTheRecordProfile() override;
|
| Profile* GetOriginalProfile() override;
|
| bool IsSupervised() const override;
|
|
|