Index: chrome/installer/setup/setup_singleton.cc |
diff --git a/chrome/installer/setup/setup_singleton.cc b/chrome/installer/setup/setup_singleton.cc |
index b880e618e23c15244ce3b4c2bc7010d09c6a7f76..41e60f8ce13abc7b9a1c4cf3455e0ec080a24fb4 100644 |
--- a/chrome/installer/setup/setup_singleton.cc |
+++ b/chrome/installer/setup/setup_singleton.cc |
@@ -126,7 +126,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; |
} |