Index: chrome/browser/sync/internal_api/sync_manager.h |
diff --git a/chrome/browser/sync/internal_api/sync_manager.h b/chrome/browser/sync/internal_api/sync_manager.h |
index 3133f78ced270d470d0c893a6b1daeed4679da5e..0ad6cc6b6caa29e621014a0f2bc5f1942b70d04a 100644 |
--- a/chrome/browser/sync/internal_api/sync_manager.h |
+++ b/chrome/browser/sync/internal_api/sync_manager.h |
@@ -161,9 +161,6 @@ class SyncManager { |
syncable::ModelTypeSet encrypted_types; |
bool cryptographer_ready; |
bool crypto_has_pending_keys; |
- |
- // The unique identifer for this client. |
- std::string unique_id; |
}; |
// An interface the embedding application implements to be notified |