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

Unified Diff: url/url_canon_icu.h

Issue 630013002: Replacing the OVERRIDE with override in /src/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 c9632897a1903a7ef4e537cdc7ce759dc1e1b650..18b1f096b67d77131c2b3e01aa41e2a929acb88b 100644
--- a/url/url_canon_icu.h
+++ b/url/url_canon_icu.h
@@ -28,7 +28,7 @@ class URL_EXPORT ICUCharsetConverter : public CharsetConverter {
virtual void ConvertFromUTF16(const base::char16* input,
int input_len,
- CanonOutput* output) OVERRIDE;
+ 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