diff options
author | John Reck <jreck@google.com> | 2012-02-24 18:06:28 -0800 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2012-02-24 18:06:28 -0800 |
commit | eec5b0af072de315fa24ad51ff99ad9c09ace399 (patch) | |
tree | 51806ec23a634a61a54a9de1107c043688e63608 /Source/WebKit/android/content/address_detector.h | |
parent | c4bf028cc0da190b72c31d53fae6eb8a67371ab0 (diff) | |
parent | 6bf2577653884795f04bbf9d8196ed9998896afe (diff) | |
download | external_webkit-eec5b0af072de315fa24ad51ff99ad9c09ace399.zip external_webkit-eec5b0af072de315fa24ad51ff99ad9c09ace399.tar.gz external_webkit-eec5b0af072de315fa24ad51ff99ad9c09ace399.tar.bz2 |
Merge "Delete CacheBuilder"
Diffstat (limited to 'Source/WebKit/android/content/address_detector.h')
-rw-r--r-- | Source/WebKit/android/content/address_detector.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/WebKit/android/content/address_detector.h b/Source/WebKit/android/content/address_detector.h index 4ba7b47..be34375 100644 --- a/Source/WebKit/android/content/address_detector.h +++ b/Source/WebKit/android/content/address_detector.h @@ -48,15 +48,15 @@ class AddressDetector : public ContentDetector { AddressDetector(); virtual ~AddressDetector(); - private: - friend class AddressDetectorTest; - // Implementation of ContentDetector. virtual bool FindContent(const string16::const_iterator& begin, const string16::const_iterator& end, size_t* start_pos, size_t* end_pos) OVERRIDE; + private: + friend class AddressDetectorTest; + virtual std::string GetContentText(const WebKit::WebRange& range) OVERRIDE; virtual GURL GetIntentURL(const std::string& content_text) OVERRIDE; virtual size_t GetMaximumContentLength() OVERRIDE; |