Index: chrome/browser/sync/profile_sync_service_harness.h |
diff --git a/chrome/browser/sync/profile_sync_service_harness.h b/chrome/browser/sync/profile_sync_service_harness.h |
index 064afe1594f24fe74cbd2ac3b1d1a59a13716b77..ddbfbe22f85dbfe6e0093289fa213078819d352f 100644 |
--- a/chrome/browser/sync/profile_sync_service_harness.h |
+++ b/chrome/browser/sync/profile_sync_service_harness.h |
@@ -175,8 +175,9 @@ class ProfileSyncServiceHarness : public ProfileSyncServiceObserver { |
// Logs message with relevant info about client's sync state (if available). |
void LogClientInfo(std::string message); |
- // Gets the current progress indicator of the current sync session. |
- int64 GetUpdatedTimestamp(); |
+ // Gets the current progress indicator of the current sync session |
+ // for a particular datatype. |
+ std::string GetUpdatedTimestamp(syncable::ModelType model_type); |
WaitState wait_state_; |