| Index: chrome/browser/chromeos/login/profile_auth_data_unittest.cc
|
| diff --git a/chrome/browser/chromeos/login/profile_auth_data_unittest.cc b/chrome/browser/chromeos/login/profile_auth_data_unittest.cc
|
| index 6d7d88a29df6f0be3b50b4424f15a43dd76924e9..d7693df6cfe6a4e55df0b982727836848d96b26f 100644
|
| --- a/chrome/browser/chromeos/login/profile_auth_data_unittest.cc
|
| +++ b/chrome/browser/chromeos/login/profile_auth_data_unittest.cc
|
| @@ -233,6 +233,7 @@ void ProfileAuthDataTest::PopulateBrowserContext(
|
| base::Time(),
|
| true,
|
| false,
|
| + false,
|
| net::COOKIE_PRIORITY_DEFAULT));
|
| cookie_list.push_back(net::CanonicalCookie(GURL(kSAMLIdPCookieURL),
|
| kCookieName,
|
| @@ -244,6 +245,7 @@ void ProfileAuthDataTest::PopulateBrowserContext(
|
| base::Time(),
|
| true,
|
| false,
|
| + false,
|
| net::COOKIE_PRIORITY_DEFAULT));
|
| cookies->ImportCookies(cookie_list);
|
|
|
|
|