| Index: ash/system/chromeos/multi_user/user_switch_util.h
|
| diff --git a/ash/system/chromeos/multi_user/user_switch_util.h b/ash/system/chromeos/multi_user/user_switch_util.h
|
| index 965f014c028b82c009806226dc3bb5951e487a53..66e0073e438d0bfe504caac650a55a5bf44e34c6 100644
|
| --- a/ash/system/chromeos/multi_user/user_switch_util.h
|
| +++ b/ash/system/chromeos/multi_user/user_switch_util.h
|
| @@ -14,8 +14,8 @@ namespace ash {
|
| // is going on, and let the user decide if he wants to terminate it or not.
|
| // After terminating any desktop sharing operations, the |switch_user| function
|
| // will be called.
|
| -void ASH_EXPORT TrySwitchingActiveUser(
|
| - const base::Callback<void()> switch_user);
|
| +void ASH_EXPORT
|
| +TrySwitchingActiveUser(const base::Callback<void()> switch_user);
|
|
|
| // Terminates the "DesktopCastingWarning" dialog from a unit tests and |accept|s
|
| // it. False will be returned if there was no dialog shown.
|
|
|