Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(35)

Unified Diff: components/translate/core/browser/translate_infobar_delegate.h

Issue 371113002: Fixes for re-enabling more MSVC level 4 warnings: components/ edition (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();

Powered by Google App Engine
This is Rietveld 408576698