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

Unified Diff: url/url_canon_icu.h

Issue 658563010: Update virtual/final usage in url/. (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 | « no previous file | url/url_canon_stdstring.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: url/url_canon_icu.h
diff --git a/url/url_canon_icu.h b/url/url_canon_icu.h
index 18b1f096b67d77131c2b3e01aa41e2a929acb88b..80d795390748fc605ebc9860a8d8b4b82d1a84bb 100644
--- a/url/url_canon_icu.h
+++ b/url/url_canon_icu.h
@@ -24,11 +24,11 @@ class URL_EXPORT ICUCharsetConverter : public CharsetConverter {
// be managed by the creator such that it is alive as long as this is.
ICUCharsetConverter(UConverter* converter);
- virtual ~ICUCharsetConverter();
+ ~ICUCharsetConverter() override;
- virtual void ConvertFromUTF16(const base::char16* input,
- int input_len,
- CanonOutput* output) override;
+ void ConvertFromUTF16(const base::char16* input,
+ int input_len,
+ CanonOutput* output) override;
private:
// The ICU converter, not owned by this class.
« no previous file with comments | « no previous file | url/url_canon_stdstring.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698