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

Unified Diff: url/url_canon_stdstring.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 | « 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 62622b4b7e2e1b2012cdcddcf50c2f22a37152c7..c3d8ba141cc45ef4bfb3bbfde9d67256389050ca 100644
--- a/url/url_canon_stdstring.h
+++ b/url/url_canon_stdstring.h
@@ -36,12 +36,12 @@ namespace url {
class URL_EXPORT StdStringCanonOutput : public CanonOutput {
public:
StdStringCanonOutput(std::string* str);
- virtual ~StdStringCanonOutput();
+ ~StdStringCanonOutput() override;
// Must be called after writing has completed but before the string is used.
void Complete();
- virtual void Resize(int sz) override;
+ 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