Index: chrome/test/testing_profile.h |
diff --git a/chrome/test/testing_profile.h b/chrome/test/testing_profile.h |
index fa593b33af18fa0397ab6ad1c7a8911117dcc96e..126dfcf66829947435dd7b1f5b6679c35cb7a632 100644 |
--- a/chrome/test/testing_profile.h |
+++ b/chrome/test/testing_profile.h |
@@ -308,6 +308,10 @@ class TestingProfile : public Profile { |
virtual ChromeBlobStorageContext* GetBlobStorageContext() { return NULL; } |
virtual ExtensionInfoMap* GetExtensionInfoMap() { return NULL; } |
virtual PromoCounter* GetInstantPromoCounter() { return NULL; } |
+ virtual policy::DeviceManagementPolicyProvider* |
+ GetDeviceManagementPolicyProvider() { |
+ return NULL; |
+ } |
protected: |
base::Time start_time_; |