| Index: chrome/test/base/testing_profile.h
|
| diff --git a/chrome/test/base/testing_profile.h b/chrome/test/base/testing_profile.h
|
| index e9d52d1c39b2c097f3795a38f0b2c780d6bd184c..9088fbe85589586dff0b667054669a92dfaf6500 100644
|
| --- a/chrome/test/base/testing_profile.h
|
| +++ b/chrome/test/base/testing_profile.h
|
| @@ -343,7 +343,7 @@ class TestingProfile : public Profile {
|
| // We keep a weak pointer to the dependency manager we want to notify on our
|
| // death. Defaults to the Singleton implementation but overridable for
|
| // testing.
|
| - BrowserContextDependencyManager* profile_dependency_manager_;
|
| + BrowserContextDependencyManager* browser_context_dependency_manager_;
|
|
|
| scoped_ptr<content::MockResourceContext> resource_context_;
|
|
|
|
|