| Index: chrome/browser/sync/glue/session_model_associator.cc
|
| diff --git a/chrome/browser/sync/glue/session_model_associator.cc b/chrome/browser/sync/glue/session_model_associator.cc
|
| index 402e8efde247a499cb19ef065801a5b3715937dd..51db3de6abd864d330ac9a6f14997e72fd35149f 100644
|
| --- a/chrome/browser/sync/glue/session_model_associator.cc
|
| +++ b/chrome/browser/sync/glue/session_model_associator.cc
|
| @@ -557,7 +557,8 @@ void SessionModelAssociator::InitializeCurrentMachineTag(
|
| tab_pool_.set_machine_tag(current_machine_tag_);
|
| }
|
|
|
| -void SessionModelAssociator::OnSessionNameInitialized(const std::string name) {
|
| +void SessionModelAssociator::OnSessionNameInitialized(
|
| + const std::string& name) {
|
| DCHECK(CalledOnValidThread());
|
| // Only use the default machine name if it hasn't already been set.
|
| if (current_session_name_.empty())
|
|
|