Index: chrome/browser/sync/sync_setup_flow.h |
diff --git a/chrome/browser/sync/sync_setup_flow.h b/chrome/browser/sync/sync_setup_flow.h |
index 0986fbac027c0da7faac829531c619eb64eee96b..09e19a8b5097f3f9e9129bdb1fb3d683d1e0aee2 100644 |
--- a/chrome/browser/sync/sync_setup_flow.h |
+++ b/chrome/browser/sync/sync_setup_flow.h |
@@ -33,6 +33,7 @@ struct SyncConfiguration { |
syncable::ModelTypeSet data_types; |
bool use_secondary_passphrase; |
std::string secondary_passphrase; |
+ std::string gaia_passphrase; |
}; |
// The state machine used by SyncSetupWizard, exposed in its own header |