Chromium Code Reviews| Index: net/cookies/cookie_store_test_helpers.cc |
| diff --git a/net/cookies/cookie_store_test_helpers.cc b/net/cookies/cookie_store_test_helpers.cc |
| index e49953886bcb70dc84aa004af059161a310ddc1b..6ae4357dd78ce8d8d533e9f7c287aadb1ab31844 100644 |
| --- a/net/cookies/cookie_store_test_helpers.cc |
| +++ b/net/cookies/cookie_store_test_helpers.cc |
| @@ -90,7 +90,7 @@ std::string DelayedCookieMonster::GetCookiesWithOptions( |
| const GURL& url, |
| const CookieOptions& options) { |
| ADD_FAILURE(); |
| - return ""; |
| + return std::string(); |
| } |
| void DelayedCookieMonster::DeleteCookie(const GURL& url, |