| Index: chrome/browser/chromeos/mobile/mobile_activator.cc | 
| diff --git a/chrome/browser/chromeos/mobile/mobile_activator.cc b/chrome/browser/chromeos/mobile/mobile_activator.cc | 
| index a538cf17f43041839e7a4e298cd8a2d7cd9b7bf5..73b5d445a3212d96fbcac75b6c51a066e23accdd 100644 | 
| --- a/chrome/browser/chromeos/mobile/mobile_activator.cc | 
| +++ b/chrome/browser/chromeos/mobile/mobile_activator.cc | 
| @@ -101,7 +101,7 @@ std::string CellularConfigDocument::GetErrorMessage(const std::string& code) { | 
| } | 
|  | 
| void CellularConfigDocument::LoadCellularConfigFile() { | 
| -  DCHECK(BrowserThread::CurrentlyOn(BrowserThread::FILE)); | 
| +  DCHECK_CURRENTLY_ON(BrowserThread::FILE); | 
| // Load partner customization startup manifest if it is available. | 
| base::FilePath config_path(kCellularConfigPath); | 
| if (!base::PathExists(config_path)) | 
|  |