Index: chrome/browser/sync/internal_api/syncapi_unittest.cc |
diff --git a/chrome/browser/sync/internal_api/syncapi_unittest.cc b/chrome/browser/sync/internal_api/syncapi_unittest.cc |
index 1dcc4788db675de22e8a091ce88bf53f7d06beb8..5e028ec5e9e23af952fd6231277027e3ddeaf7d6 100644 |
--- a/chrome/browser/sync/internal_api/syncapi_unittest.cc |
+++ b/chrome/browser/sync/internal_api/syncapi_unittest.cc |
@@ -720,7 +720,7 @@ class SyncNotifierMock : public sync_notifier::SyncNotifier { |
void(const std::string&, const std::string&)); |
MOCK_METHOD1(UpdateEnabledTypes, |
void(const syncable::ModelTypeSet&)); |
- MOCK_METHOD0(SendNotification, void()); |
+ MOCK_METHOD1(SendNotification, void(const syncable::ModelTypeSet&)); |
}; |
class SyncManagerTest : public testing::Test, |