summaryrefslogtreecommitdiffstats
path: root/Source/WebKit/android/content/address_detector.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebKit/android/content/address_detector.h')
-rw-r--r--Source/WebKit/android/content/address_detector.h6
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;