summaryrefslogtreecommitdiffstats
path: root/url/url_canon_stdstring.h
diff options
context:
space:
mode:
authoranujk.sharma <anujk.sharma@samsung.com>2014-10-07 00:31:01 -0700
committerCommit bot <commit-bot@chromium.org>2014-10-07 07:31:17 +0000
commit3253b57271e643e4e0524b94fa278d4582a0ccca (patch)
tree88d21ff4a59c205f13ad6db183171c1f67640b06 /url/url_canon_stdstring.h
parent1a60a65835b7189dca67332134391f3a325e2047 (diff)
downloadchromium_src-3253b57271e643e4e0524b94fa278d4582a0ccca.zip
chromium_src-3253b57271e643e4e0524b94fa278d4582a0ccca.tar.gz
chromium_src-3253b57271e643e4e0524b94fa278d4582a0ccca.tar.bz2
Replacing the OVERRIDE with override in /src/url
This step is a giant search and replace for OVERRIDE with their lowercase versions. BUG=417463 Review URL: https://codereview.chromium.org/630013002 Cr-Commit-Position: refs/heads/master@{#298416}
Diffstat (limited to 'url/url_canon_stdstring.h')
-rw-r--r--url/url_canon_stdstring.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/url/url_canon_stdstring.h b/url/url_canon_stdstring.h
index e859fe2..62622b4 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_;