| Index: chrome/installer/setup/setup_singleton.cc
|
| diff --git a/chrome/installer/setup/setup_singleton.cc b/chrome/installer/setup/setup_singleton.cc
|
| index de73e9f60c1f258f0e21f60cce659e25a028685e..7efa32afbdbe42237ca78730bc5281d5f1afbaec 100644
|
| --- a/chrome/installer/setup/setup_singleton.cc
|
| +++ b/chrome/installer/setup/setup_singleton.cc
|
| @@ -92,7 +92,7 @@ std::unique_ptr<SetupSingleton> SetupSingleton::Acquire(
|
|
|
| SetupSingleton::~SetupSingleton() = default;
|
|
|
| -bool SetupSingleton::WaitForInterrupt(const base::TimeDelta& max_time) {
|
| +bool SetupSingleton::WaitForInterrupt(const base::TimeDelta& max_time) const {
|
| const bool exit_event_signaled = exit_event_.TimedWait(max_time);
|
| return exit_event_signaled;
|
| }
|
|
|