| Index: chrome/browser/autocomplete_history_manager.cc
|
| ===================================================================
|
| --- chrome/browser/autocomplete_history_manager.cc (revision 75286)
|
| +++ chrome/browser/autocomplete_history_manager.cc (working copy)
|
| @@ -183,7 +183,7 @@
|
| return;
|
| }
|
|
|
| - DCHECK(result->GetType() == AUTOFILL_VALUE_RESULT);
|
| + DCHECK_EQ(result->GetType(), AUTOFILL_VALUE_RESULT);
|
| const WDResult<std::vector<string16> >* autofill_result =
|
| static_cast<const WDResult<std::vector<string16> >*>(result);
|
| std::vector<string16> suggestions = autofill_result->GetValue();
|
|
|