Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2597)

Unified Diff: content/renderer/android/phone_number_detector.h

Issue 633303002: Replace FINAL and OVERRIDE with their C++11 counterparts in content/renderer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/renderer/android/email_detector.h ('k') | content/renderer/android/renderer_date_time_picker.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 081a427628efa2895ad0f768e4a06ea65bef0a5c..37413155df96ebb8e620b0e9a3a32f97253e79ed 100644
--- a/content/renderer/android/phone_number_detector.h
+++ b/content/renderer/android/phone_number_detector.h
@@ -28,9 +28,9 @@ class CONTENT_EXPORT PhoneNumberDetector : public ContentDetector {
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* content_text) override;
+ virtual GURL GetIntentURL(const std::string& content_text) override;
+ virtual size_t GetMaximumContentLength() override;
const std::string region_code_;
« no previous file with comments | « content/renderer/android/email_detector.h ('k') | content/renderer/android/renderer_date_time_picker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698