| Index: chrome/browser/automation/automation_provider.cc
|
| ===================================================================
|
| --- chrome/browser/automation/automation_provider.cc (revision 75278)
|
| +++ chrome/browser/automation/automation_provider.cc (working copy)
|
| @@ -820,7 +820,7 @@
|
|
|
| void AutomationProvider::WaitForExtensionTestResult(
|
| IPC::Message* reply_message) {
|
| - DCHECK(reply_message_ == NULL);
|
| + DCHECK(!reply_message_);
|
| reply_message_ = reply_message;
|
| // Call MaybeSendResult, because the result might have come in before
|
| // we were waiting on it.
|
|
|