| Index: chrome/browser/sync/test/integration/sessions_helper.h
|
| diff --git a/chrome/browser/sync/test/integration/sessions_helper.h b/chrome/browser/sync/test/integration/sessions_helper.h
|
| index 3cf6e1afd6c951c9f9d520eeb86bdabc2fbc6529..692d6ed45164d4b46163a911db710b81f6964e78 100644
|
| --- a/chrome/browser/sync/test/integration/sessions_helper.h
|
| +++ b/chrome/browser/sync/test/integration/sessions_helper.h
|
| @@ -123,7 +123,7 @@ bool GetLocalSession(int index, const sync_driver::SyncedSession** session);
|
| // by |index|. This will affect all synced clients.
|
| // Note: We pass the session_tag in by value to ensure it's not a reference
|
| // to the session tag within the SyncedSession we plan to delete.
|
| -void DeleteForeignSession(int index, std::string session_tag);
|
| +void DeleteForeignSession(int index, const std::string& session_tag);
|
|
|
| } // namespace sessions_helper
|
|
|
|
|