Index: content/renderer/android/address_detector.h |
diff --git a/content/renderer/android/address_detector.h b/content/renderer/android/address_detector.h |
index 2619503af91bc8d9cda36f90109e5b6b9ea5130a..eea777f132992ccd4ff899f2005e43aed2d1a751 100644 |
--- a/content/renderer/android/address_detector.h |
+++ b/content/renderer/android/address_detector.h |
@@ -19,15 +19,15 @@ class AddressDetector : public ContentDetector { |
private: |
// 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; |
virtual GURL GetIntentURL(const std::string& content_text) OVERRIDE; |
virtual size_t GetMaximumContentLength() OVERRIDE; |
- std::string GetContentText(const string16& text); |
+ std::string GetContentText(const base::string16& text); |
DISALLOW_COPY_AND_ASSIGN(AddressDetector); |
}; |