| Index: chrome/browser/browsing_data/browsing_data_channel_id_helper_unittest.cc
|
| diff --git a/chrome/browser/browsing_data/browsing_data_channel_id_helper_unittest.cc b/chrome/browser/browsing_data/browsing_data_channel_id_helper_unittest.cc
|
| index 34ea29aeb2834a0635cb3b6b93c486e859b747fd..29090a43a8597c4a220543cc49f56612d4d9f834 100644
|
| --- a/chrome/browser/browsing_data/browsing_data_channel_id_helper_unittest.cc
|
| +++ b/chrome/browser/browsing_data/browsing_data_channel_id_helper_unittest.cc
|
| @@ -69,7 +69,8 @@ class BrowsingDataChannelIDHelperTest
|
| TEST_F(BrowsingDataChannelIDHelperTest, FetchData) {
|
| CreateChannelIDsForTest();
|
| scoped_refptr<BrowsingDataChannelIDHelper> helper(
|
| - BrowsingDataChannelIDHelper::Create(testing_profile_.get()));
|
| + BrowsingDataChannelIDHelper::Create(
|
| + testing_profile_->GetRequestContext()));
|
|
|
| helper->StartFetching(
|
| base::Bind(&BrowsingDataChannelIDHelperTest::FetchCallback,
|
| @@ -99,7 +100,8 @@ TEST_F(BrowsingDataChannelIDHelperTest, FetchData) {
|
| TEST_F(BrowsingDataChannelIDHelperTest, DeleteChannelID) {
|
| CreateChannelIDsForTest();
|
| scoped_refptr<BrowsingDataChannelIDHelper> helper(
|
| - BrowsingDataChannelIDHelper::Create(testing_profile_.get()));
|
| + BrowsingDataChannelIDHelper::Create(
|
| + testing_profile_->GetRequestContext()));
|
|
|
| helper->DeleteChannelID("https://www.google.com:443");
|
|
|
|
|