Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / repost_form_warning_controller.cc
index c7f0c08..857a5b8 100644 (file)
@@ -22,15 +22,15 @@ RepostFormWarningController::RepostFormWarningController(
 RepostFormWarningController::~RepostFormWarningController() {
 }
 
-string16 RepostFormWarningController::GetTitle() {
+base::string16 RepostFormWarningController::GetTitle() {
   return l10n_util::GetStringUTF16(IDS_HTTP_POST_WARNING_TITLE);
 }
 
-string16 RepostFormWarningController::GetMessage() {
+base::string16 RepostFormWarningController::GetDialogMessage() {
   return l10n_util::GetStringUTF16(IDS_HTTP_POST_WARNING);
 }
 
-string16 RepostFormWarningController::GetAcceptButtonTitle() {
+base::string16 RepostFormWarningController::GetAcceptButtonTitle() {
   return l10n_util::GetStringUTF16(IDS_HTTP_POST_WARNING_RESEND);
 }