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

Unified Diff: content/public/browser/web_contents_delegate.h

Issue 118953002: Add base:: to string16 in content/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: indent Created 7 years 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
« no previous file with comments | « content/browser/web_contents/web_contents_impl.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/web_contents_delegate.h
diff --git a/content/public/browser/web_contents_delegate.h b/content/public/browser/web_contents_delegate.h
index 7f37194857a94407a5cdcb5261d72c9edeffe83b..c7a7010121e53887da278ff78c465178ab6f13de 100644
--- a/content/public/browser/web_contents_delegate.h
+++ b/content/public/browser/web_contents_delegate.h
@@ -455,8 +455,8 @@ class CONTENT_EXPORT WebContentsDelegate {
// has failed. There can only be one message per |web_contents| at a time.
virtual void ShowValidationMessage(WebContents* web_contents,
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) {}
// Notification that the delegate should hide any showing form validation
// message.
« no previous file with comments | « content/browser/web_contents/web_contents_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698