| 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_;
|
|
|