| Index: net/base/cookie_monster_store_test.h
|
| ===================================================================
|
| --- net/base/cookie_monster_store_test.h (revision 65294)
|
| +++ net/base/cookie_monster_store_test.h (working copy)
|
| @@ -137,7 +137,7 @@
|
| scoped_ptr<net::CookieMonster::CanonicalCookie> cookie(
|
| new net::CookieMonster::CanonicalCookie(
|
| pc.Name(), pc.Value(), key, cookie_path,
|
| - pc.IsSecure(), pc.IsHttpOnly(),
|
| + pc.IsSecure(), pc.IsHttpOnly(), pc.IsOrigin(),
|
| creation_time, creation_time,
|
| !cookie_expires.is_null(),
|
| cookie_expires));
|
|
|