Index: chrome/browser/sync/profile_sync_service_mock.h |
diff --git a/chrome/browser/sync/profile_sync_service_mock.h b/chrome/browser/sync/profile_sync_service_mock.h |
index 5987540067df5f634beee91a4ee756674606abd0..6b2a5418c19f9b9cd158d5db7452051977d4c0d3 100644 |
--- a/chrome/browser/sync/profile_sync_service_mock.h |
+++ b/chrome/browser/sync/profile_sync_service_mock.h |
@@ -18,6 +18,8 @@ |
#include "chrome/common/net/gaia/google_service_auth_error.h" |
#include "testing/gmock/include/gmock/gmock.h" |
+class SigninManager; |
+ |
class ProfileSyncServiceMock : public ProfileSyncService { |
public: |
// no-arg constructor provided so TestingProfile can use NiceMock. |