Index: content/renderer/android/phone_number_detector.h |
diff --git a/content/renderer/android/phone_number_detector.h b/content/renderer/android/phone_number_detector.h |
index 1ccf47d615804982d3fa13d2f7755f79e2b56a23..081a427628efa2895ad0f768e4a06ea65bef0a5c 100644 |
--- a/content/renderer/android/phone_number_detector.h |
+++ b/content/renderer/android/phone_number_detector.h |
@@ -24,8 +24,8 @@ class CONTENT_EXPORT PhoneNumberDetector : public ContentDetector { |
friend class PhoneNumberDetectorTest; |
// 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; |