Chromium Code Reviews| 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; |
|
James Hawkins
2012/02/15 01:50:50
nit: Appears unused.
Andrew T Wilson (Slow)
2012/02/15 02:08:50
Done.
|
| + |
| class ProfileSyncServiceMock : public ProfileSyncService { |
| public: |
| // no-arg constructor provided so TestingProfile can use NiceMock. |