| Index: components/arc/test/fake_intent_helper_instance.cc
|
| diff --git a/components/arc/test/fake_intent_helper_instance.cc b/components/arc/test/fake_intent_helper_instance.cc
|
| index 890c8508e4aedcb95d1f17e3c23b79b0e2360844..d57d8e3a2cf3f16d7c3187fa46ee8069c4e46e23 100644
|
| --- a/components/arc/test/fake_intent_helper_instance.cc
|
| +++ b/components/arc/test/fake_intent_helper_instance.cc
|
| @@ -27,9 +27,9 @@ FakeIntentHelperInstance::~FakeIntentHelperInstance() {}
|
| void FakeIntentHelperInstance::AddPreferredPackage(
|
| const std::string& package_name) {}
|
|
|
| -void FakeIntentHelperInstance::GetFileSize(
|
| +void FakeIntentHelperInstance::GetFileSizeDeprecated(
|
| const std::string& url,
|
| - const GetFileSizeCallback& callback) {}
|
| + const GetFileSizeDeprecatedCallback& callback) {}
|
|
|
| void FakeIntentHelperInstance::HandleIntent(mojom::IntentInfoPtr intent,
|
| mojom::ActivityNamePtr activity) {}
|
| @@ -44,9 +44,9 @@ void FakeIntentHelperInstance::HandleUrlList(
|
|
|
| void FakeIntentHelperInstance::Init(mojom::IntentHelperHostPtr host_ptr) {}
|
|
|
| -void FakeIntentHelperInstance::OpenFileToRead(
|
| +void FakeIntentHelperInstance::OpenFileToReadDeprecated(
|
| const std::string& url,
|
| - const OpenFileToReadCallback& callback) {}
|
| + const OpenFileToReadDeprecatedCallback& callback) {}
|
|
|
| void FakeIntentHelperInstance::RequestActivityIcons(
|
| std::vector<mojom::ActivityNamePtr> activities,
|
|
|