Index: content/renderer/android/email_detector.h |
diff --git a/content/renderer/android/email_detector.h b/content/renderer/android/email_detector.h |
index dbd6de3fb7113c90057abedd28fdea9e839e66a9..ff469e865cdb36f8dad541d7b8cfd00226a904e2 100644 |
--- a/content/renderer/android/email_detector.h |
+++ b/content/renderer/android/email_detector.h |
@@ -23,8 +23,8 @@ class CONTENT_EXPORT EmailDetector : public ContentDetector { |
friend class EmailDetectorTest; |
// Implementation of ContentDetector. |
- virtual bool FindContent(const string16::const_iterator& begin, |
- const string16::const_iterator& end, |
+ virtual bool FindContent(const base::string16::const_iterator& begin, |
+ const base::string16::const_iterator& end, |
size_t* start_pos, |
size_t* end_pos, |
std::string* content_text) OVERRIDE; |