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..beaa592458130d4256c68d2ad8feaaea0e43d3ea 100644 |
--- a/chrome/test/base/testing_profile.h |
+++ b/chrome/test/base/testing_profile.h |
@@ -291,6 +291,10 @@ class TestingProfile : public Profile { |
TestingPrefServiceSyncable* testing_prefs_; |
private: |
+ virtual void VisitDependencyManager( |
+ scoped_ptr<content::BrowserContextDependencyVisitor> visitor) OVERRIDE; |
+ virtual graph::DependencyManagerInstance* GetDependencyManager() OVERRIDE; |
+ |
// Creates a temporary directory for use by this profile. |
void CreateTempProfileDir(); |