| Index: chrome/browser/ui/ash/multi_user/multi_user_warning_dialog.h
|
| diff --git a/chrome/browser/ui/ash/multi_user/multi_user_warning_dialog.h b/chrome/browser/ui/ash/multi_user/multi_user_warning_dialog.h
|
| index 8d34340dca07d9623e80a149fe7b7b851960af15..e04bbd2c054bc67c7e9e27a31dd094adc955730c 100644
|
| --- a/chrome/browser/ui/ash/multi_user/multi_user_warning_dialog.h
|
| +++ b/chrome/browser/ui/ash/multi_user/multi_user_warning_dialog.h
|
| @@ -5,12 +5,13 @@
|
| #ifndef CHROME_BROWSER_UI_ASH_MULTI_USER_MULTI_USER_WARNING_DIALOG_H_
|
| #define CHROME_BROWSER_UI_ASH_MULTI_USER_MULTI_USER_WARNING_DIALOG_H_
|
|
|
| -#include "base/callback.h"
|
| +#include "base/callback_forward.h"
|
|
|
| namespace chromeos {
|
|
|
| // Creates and shows dialog with introduction.
|
| -void ShowMultiprofilesWarningDialog(const base::Callback<void(bool)> on_accept);
|
| +void ShowMultiprofilesWarningDialog(
|
| + const base::Callback<void(bool)>& on_accept);
|
|
|
| } // namespace chromeos
|
|
|
|
|