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

Unified Diff: content/renderer/android/content_detector.cc

Issue 102593002: Convert string16 to base::string16 in content. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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/renderer/android/content_detector.h ('k') | content/renderer/android/email_detector.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/android/content_detector.cc
diff --git a/content/renderer/android/content_detector.cc b/content/renderer/android/content_detector.cc
index 66af04174b4ad57659437482534185ade052efb6..e5d2f05df7147a41fd44c7636992301d555427e8 100644
--- a/content/renderer/android/content_detector.cc
+++ b/content/renderer/android/content_detector.cc
@@ -52,7 +52,7 @@ WebRange ContentDetector::FindContentRange(
if (surrounding_text.isNull())
return WebRange();
- string16 content = surrounding_text.textContent();
+ base::string16 content = surrounding_text.textContent();
if (content.empty())
return WebRange();
« no previous file with comments | « content/renderer/android/content_detector.h ('k') | content/renderer/android/email_detector.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698