| Index: chrome/browser/chromeos/policy/device_local_account.h
|
| diff --git a/chrome/browser/chromeos/policy/device_local_account.h b/chrome/browser/chromeos/policy/device_local_account.h
|
| index 69a74806880ab400c103c025b3ac12ce7701ad6a..57d81b644ffff91ee24a9503ef251c5a8f38d449 100644
|
| --- a/chrome/browser/chromeos/policy/device_local_account.h
|
| +++ b/chrome/browser/chromeos/policy/device_local_account.h
|
| @@ -30,6 +30,7 @@ struct DeviceLocalAccount {
|
| const std::string& account_id,
|
| const std::string& kiosk_app_id,
|
| const std::string& kiosk_app_update_url);
|
| + DeviceLocalAccount(Type type);
|
| ~DeviceLocalAccount();
|
|
|
| Type type;
|
|
|