Index: chrome/browser/ui/views/options/exceptions_page_view.cc |
diff --git a/chrome/browser/ui/views/options/exceptions_page_view.cc b/chrome/browser/ui/views/options/exceptions_page_view.cc |
index 90c1666c96773a0f5bcb032bf677128171e42322..3cb7488cab4997047f3fd046b3e11e7a759eb94a 100644 |
--- a/chrome/browser/ui/views/options/exceptions_page_view.cc |
+++ b/chrome/browser/ui/views/options/exceptions_page_view.cc |
@@ -76,11 +76,11 @@ ExceptionsPageView::ExceptionsPageView(Profile* profile) |
ALLOW_THIS_IN_INITIALIZER_LIST(remove_button_( |
this, |
UTF16ToWide(l10n_util::GetStringUTF16( |
- IDS_EXCEPTIONS_PAGE_VIEW_REMOVE_BUTTON)))), |
+ IDS_PASSWORDS_PAGE_VIEW_REMOVE_BUTTON)))), |
ALLOW_THIS_IN_INITIALIZER_LIST(remove_all_button_( |
this, |
UTF16ToWide(l10n_util::GetStringUTF16( |
- IDS_EXCEPTIONS_PAGE_VIEW_REMOVE_ALL_BUTTON)))), |
+ IDS_PASSWORDS_PAGE_VIEW_REMOVE_ALL_BUTTON)))), |
table_model_(profile), |
table_view_(NULL) { |
} |