Index: chrome/browser/ui/views/location_bar/suggested_text_view.cc |
diff --git a/chrome/browser/ui/views/location_bar/suggested_text_view.cc b/chrome/browser/ui/views/location_bar/suggested_text_view.cc |
index 37ccc44418e8bb4591a710cd28eee89d538ca66e..e30b08ed62000c11fb03404d593a8dca3bf9a4f6 100644 |
--- a/chrome/browser/ui/views/location_bar/suggested_text_view.cc |
+++ b/chrome/browser/ui/views/location_bar/suggested_text_view.cc |
@@ -73,9 +73,9 @@ void SuggestedTextView::AnimationCanceled(const ui::Animation* animation) { |
ui::Animation* SuggestedTextView::CreateAnimation() { |
ui::MultiAnimation::Parts parts; |
parts.push_back(ui::MultiAnimation::Part( |
- InstantController::kAutoCommitPauseTimeMS, ui::Tween::ZERO)); |
+ InstantController::kInlineAutocompletePauseTimeMS, ui::Tween::ZERO)); |
parts.push_back(ui::MultiAnimation::Part( |
- InstantController::kAutoCommitFadeInTimeMS, ui::Tween::EASE_IN)); |
+ InstantController::kInlineAutocompleteFadeInTimeMS, ui::Tween::EASE_IN)); |
ui::MultiAnimation* animation = new ui::MultiAnimation(parts); |
animation->set_delegate(this); |
animation->set_continuous(false); |