Chromium Code Reviews| Index: net/base/cookie_monster_unittest.cc |
| =================================================================== |
| --- net/base/cookie_monster_unittest.cc (revision 114494) |
| +++ net/base/cookie_monster_unittest.cc (working copy) |
| @@ -145,7 +145,7 @@ |
| explicit GetCookieStringCallback(Thread* run_in_thread) |
| : CookieCallback(run_in_thread) {} |
| - void Run(const std::string& cookie) { |
| + void Run(std::string cookie) { |
| cookie_ = cookie; |
| CallbackEpilogue(); |
| } |