| Index: chrome/browser/chromeos/settings/device_settings_test_helper.cc
|
| diff --git a/chrome/browser/chromeos/settings/device_settings_test_helper.cc b/chrome/browser/chromeos/settings/device_settings_test_helper.cc
|
| index c561d6a8320ea2304f31cb51af1ef001aa69195a..ccb08a7bf2953b943dd9f50d85deef418a9d4f64 100644
|
| --- a/chrome/browser/chromeos/settings/device_settings_test_helper.cc
|
| +++ b/chrome/browser/chromeos/settings/device_settings_test_helper.cc
|
| @@ -183,8 +183,10 @@ void DeviceSettingsTestHelper::GetServerBackedStateKeys(
|
| void DeviceSettingsTestHelper::CheckArcAvailability(
|
| const ArcCallback& callback) {}
|
|
|
| -void DeviceSettingsTestHelper::StartArcInstance(const std::string& socket_path,
|
| - const ArcCallback& callback) {}
|
| +void DeviceSettingsTestHelper::StartArcInstance(
|
| + const std::string& socket_path,
|
| + const cryptohome::Identification& cryptohome_id,
|
| + const ArcCallback& callback) {}
|
|
|
| void DeviceSettingsTestHelper::StopArcInstance(const ArcCallback& callback) {}
|
|
|
|
|