Index: chrome/test/testing_profile.h |
=================================================================== |
--- chrome/test/testing_profile.h (revision 44739) |
+++ chrome/test/testing_profile.h (working copy) |
@@ -255,6 +255,7 @@ |
// Creates and initializes a profile sync service if the tests require one. |
virtual ProfileSyncService* GetProfileSyncService(); |
+ virtual CloudPrintProxyService* GetCloudPrintProxyService() { return NULL; } |
protected: |
// The path of the profile; the various database and other files are relative |