| Index: chrome/browser/profiles/profile_browsertest.cc
|
| diff --git a/chrome/browser/profiles/profile_browsertest.cc b/chrome/browser/profiles/profile_browsertest.cc
|
| index de478a997f5458b035daaece312003bd9f76a0d7..1dddc38af6f34476ccafff9bc9d05941a6655a6e 100644
|
| --- a/chrome/browser/profiles/profile_browsertest.cc
|
| +++ b/chrome/browser/profiles/profile_browsertest.cc
|
| @@ -566,12 +566,12 @@ void CompareURLRequestContexts(
|
| // the one directly on the URLRequestContext.
|
| EXPECT_EQ(extension_context->http_transaction_factory()
|
| ->GetSession()
|
| - ->params()
|
| + ->context()
|
| .channel_id_service,
|
| extension_context->channel_id_service());
|
| EXPECT_EQ(main_context->http_transaction_factory()
|
| ->GetSession()
|
| - ->params()
|
| + ->context()
|
| .channel_id_service,
|
| main_context->channel_id_service());
|
| }
|
|
|