Index: sync/notifier/sync_system_resources_unittest.cc |
diff --git a/sync/notifier/sync_system_resources_unittest.cc b/sync/notifier/sync_system_resources_unittest.cc |
index f63e90621a0deaed0cde46525dce0cfdd6759d5a..632b11d0b2c3b772a06854fa8d6cfd0266d6ebba 100644 |
--- a/sync/notifier/sync_system_resources_unittest.cc |
+++ b/sync/notifier/sync_system_resources_unittest.cc |
@@ -188,6 +188,10 @@ class TestSyncNetworkChannel : public SyncNetworkChannel { |
last_encoded_message_ = encoded_message; |
} |
+ virtual void UpdateCredentials(const std::string& email, |
+ const std::string& token) OVERRIDE { |
+ } |
+ |
std::string last_encoded_message_; |
}; |