| Index: components/translate/core/browser/translate_infobar_delegate.h
|
| diff --git a/components/translate/core/browser/translate_infobar_delegate.h b/components/translate/core/browser/translate_infobar_delegate.h
|
| index cf538253cb1afc02440be18bfe79bf91c1461e7a..9dd1eea3cc5e40b33541acc140d2263d4c58c8ea 100644
|
| --- a/components/translate/core/browser/translate_infobar_delegate.h
|
| +++ b/components/translate/core/browser/translate_infobar_delegate.h
|
| @@ -36,7 +36,7 @@ class TranslateInfoBarDelegate : public infobars::InfoBarDelegate {
|
| ERROR_TO_NORMAL
|
| };
|
|
|
| - static const size_t kNoIndex;
|
| + static const size_t kNoIndex = TranslateUIDelegate::kNoIndex;
|
|
|
| virtual ~TranslateInfoBarDelegate();
|
|
|
|
|