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

Unified Diff: url/url_canon_stdstring.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 | « url/url_canon_icu.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: url/url_canon_stdstring.h
diff --git a/url/url_canon_stdstring.h b/url/url_canon_stdstring.h
index e859fe2301dc274306c28b422ddc13a752dd9da9..62622b4b7e2e1b2012cdcddcf50c2f22a37152c7 100644
--- a/url/url_canon_stdstring.h
+++ b/url/url_canon_stdstring.h
@@ -41,7 +41,7 @@ class URL_EXPORT StdStringCanonOutput : public CanonOutput {
// Must be called after writing has completed but before the string is used.
void Complete();
- virtual void Resize(int sz) OVERRIDE;
+ virtual void Resize(int sz) override;
protected:
std::string* str_;
« no previous file with comments | « url/url_canon_icu.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698