| 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 7b41ada8a582bca49478beb8766c7628238c8ca3..ce8a78dd4f76b627626c515681d19aa1013081d6 100644
|
| --- a/chrome/browser/sync/glue/session_model_associator.h
|
| +++ b/chrome/browser/sync/glue/session_model_associator.h
|
| @@ -201,7 +201,7 @@ class SessionModelAssociator
|
| void BlockUntilLocalChangeForTest(int64 timeout_milli);
|
|
|
| // Callback for when the session name has been computed.
|
| - void OnSessionNameInitialized(const std::string name);
|
| + void OnSessionNameInitialized(const std::string& name);
|
|
|
| private:
|
| FRIEND_TEST_ALL_PREFIXES(ProfileSyncServiceSessionTest, WriteSessionToNode);
|
|
|