Index: content/browser/web_contents/web_contents_impl.h |
diff --git a/content/browser/web_contents/web_contents_impl.h b/content/browser/web_contents/web_contents_impl.h |
index a87c20bfbb147fe73d8bb7579d8339cbe7af5c54..cc573b79f4ce2802f58bb2802ce95d47d64d5a3f 100644 |
--- a/content/browser/web_contents/web_contents_impl.h |
+++ b/content/browser/web_contents/web_contents_impl.h |
@@ -706,8 +706,8 @@ class CONTENT_EXPORT WebContentsImpl |
bool has_audio, |
bool is_playing); |
void OnShowValidationMessage(const gfx::Rect& anchor_in_root_view, |
- const string16& main_text, |
- const string16& sub_text); |
+ const base::string16& main_text, |
+ const base::string16& sub_text); |
void OnHideValidationMessage(); |
void OnMoveValidationMessage(const gfx::Rect& anchor_in_root_view); |