| Index: chrome/test/testing_profile.cc
|
| diff --git a/chrome/test/testing_profile.cc b/chrome/test/testing_profile.cc
|
| index 9d725992f7917536b1e83191075e1807a0e99533..7c2e8e5eefaaddc4a3782a12e96a14c0edb7e7ef 100644
|
| --- a/chrome/test/testing_profile.cc
|
| +++ b/chrome/test/testing_profile.cc
|
| @@ -757,7 +757,7 @@ PromoCounter* TestingProfile::GetInstantPromoCounter() {
|
| return NULL;
|
| }
|
|
|
| -policy::ProfilePolicyContext* TestingProfile::GetPolicyContext() {
|
| +policy::ProfilePolicyConnector* TestingProfile::GetPolicyConnector() {
|
| return NULL;
|
| }
|
|
|
|
|