| Index: chrome/browser/chromeos/login/login_location_monitor.cc
|
| diff --git a/chrome/browser/chromeos/login/login_location_monitor.cc b/chrome/browser/chromeos/login/login_location_monitor.cc
|
| index 5298077668e2afb4a7d5333e3b783339f71d8313..c1c528a35695a8a769fa08d80d75a1d4f2a0588f 100644
|
| --- a/chrome/browser/chromeos/login/login_location_monitor.cc
|
| +++ b/chrome/browser/chromeos/login/login_location_monitor.cc
|
| @@ -118,7 +118,7 @@ void LoginLocationMonitor::OnLocationUpdatedIO(
|
|
|
| void LoginLocationMonitor::OnLocationUpdatedUI(
|
| const content::Geoposition& position) {
|
| - DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::IO));
|
| + DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::UI));
|
| DCHECK(position.Validate());
|
|
|
| LoginLocationMonitor* self = GetInstance();
|
|
|