Index: chrome/test/base/testing_profile.h |
diff --git a/chrome/test/base/testing_profile.h b/chrome/test/base/testing_profile.h |
index 92535fc6b965e7f93af69933374e86f85fa2936b..e9d52d1c39b2c097f3795a38f0b2c780d6bd184c 100644 |
--- a/chrome/test/base/testing_profile.h |
+++ b/chrome/test/base/testing_profile.h |
@@ -37,11 +37,11 @@ namespace quota { |
class SpecialStoragePolicy; |
} |
+class BrowserContextDependencyManager; |
class CommandLine; |
class ExtensionSpecialStoragePolicy; |
class HostContentSettingsMap; |
class PrefServiceSyncable; |
-class ProfileDependencyManager; |
class ProfileSyncService; |
class TemplateURLService; |
class TestingPrefServiceSyncable; |
@@ -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. |
- ProfileDependencyManager* profile_dependency_manager_; |
+ BrowserContextDependencyManager* profile_dependency_manager_; |
scoped_ptr<content::MockResourceContext> resource_context_; |