| Index: net/base/cookie_store_test_helpers.cc
|
| diff --git a/net/base/cookie_store_test_helpers.cc b/net/base/cookie_store_test_helpers.cc
|
| index 0d50de313c6ca386a8b07a124636942c38794658..7a6911776e10a525b0660d876078ecd834a6930c 100644
|
| --- a/net/base/cookie_store_test_helpers.cc
|
| +++ b/net/base/cookie_store_test_helpers.cc
|
| @@ -33,7 +33,7 @@ void DelayedCookieMonster::SetCookiesInternalCallback(bool result) {
|
| }
|
|
|
| void DelayedCookieMonster::GetCookiesWithOptionsInternalCallback(
|
| - std::string cookie) {
|
| + const std::string& cookie) {
|
| cookie_ = cookie;
|
| did_run_ = true;
|
| }
|
|
|