| Index: chrome/browser/sync/glue/session_model_associator.h
|
| diff --git a/chrome/browser/sync/glue/session_model_associator.h b/chrome/browser/sync/glue/session_model_associator.h
|
| index 76a1fb8f1a2e9cc95b79b0bea99efe0b6af78eef..2608283978e97975ff4f25ac737e4d8104cbbe6f 100644
|
| --- a/chrome/browser/sync/glue/session_model_associator.h
|
| +++ b/chrome/browser/sync/glue/session_model_associator.h
|
| @@ -43,6 +43,7 @@ namespace syncer {
|
| class BaseTransaction;
|
| class ReadNode;
|
| class WriteTransaction;
|
| +struct UserShare;
|
| } // namespace syncer
|
|
|
| namespace sync_pb {
|
| @@ -386,7 +387,7 @@ class SessionModelAssociator
|
| }
|
|
|
| // Initializes the tag corresponding to this machine.
|
| - void InitializeCurrentMachineTag(syncer::WriteTransaction* trans);
|
| + void InitializeCurrentMachineTag(syncer::UserShare* share);
|
|
|
| // Initializes the user visible name for this session
|
| void InitializeCurrentSessionName();
|
|
|