| Index: chrome/browser/chromeos/first_run/drive_first_run_controller.cc
|
| diff --git a/chrome/browser/chromeos/first_run/drive_first_run_controller.cc b/chrome/browser/chromeos/first_run/drive_first_run_controller.cc
|
| index 63aedbb8b335083b9db49e7faae3d50c291758b0..89ddeccd5aa6f8046b460fb1db4fcc158fce6dbf 100644
|
| --- a/chrome/browser/chromeos/first_run/drive_first_run_controller.cc
|
| +++ b/chrome/browser/chromeos/first_run/drive_first_run_controller.cc
|
| @@ -437,7 +437,7 @@ void DriveFirstRunController::CleanUp() {
|
| }
|
|
|
| void DriveFirstRunController::OnOfflineInit(bool success, UMAOutcome outcome) {
|
| - DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::UI));
|
| + DCHECK_CURRENTLY_ON(content::BrowserThread::UI);
|
| if (success)
|
| ShowNotification();
|
| UMA_HISTOGRAM_ENUMERATION("DriveOffline.CrosAutoEnableOutcome",
|
|
|