| Index: net/base/cookie_store_test_helpers.h
|
| diff --git a/net/base/cookie_store_test_helpers.h b/net/base/cookie_store_test_helpers.h
|
| index ba8c6c814e073b520378853a39c1d0b5ecd1018c..14b353b296b399ce566f310402a7b9a4a8fee90e 100644
|
| --- a/net/base/cookie_store_test_helpers.h
|
| +++ b/net/base/cookie_store_test_helpers.h
|
| @@ -70,7 +70,7 @@ class DelayedCookieMonster : public CookieStore {
|
|
|
| void SetCookiesInternalCallback(bool result);
|
|
|
| - void GetCookiesWithOptionsInternalCallback(std::string cookie);
|
| + void GetCookiesWithOptionsInternalCallback(const std::string& cookie);
|
|
|
| // Invoke the original callbacks.
|
|
|
|
|