Chromium Code Reviews| Index: net/base/cookie_store_test_helpers.h |
| =================================================================== |
| --- net/base/cookie_store_test_helpers.h (revision 114494) |
| +++ net/base/cookie_store_test_helpers.h (working copy) |
| @@ -70,7 +70,7 @@ |
| void SetCookiesInternalCallback(bool result); |
| - void GetCookiesWithOptionsInternalCallback(const std::string& cookie); |
| + void GetCookiesWithOptionsInternalCallback(std::string cookie); |
| // Invoke the original callbacks. |