summaryrefslogtreecommitdiffstats
path: root/url
diff options
context:
space:
mode:
authorscottmg <scottmg@chromium.org>2015-02-20 14:42:35 -0800
committerCommit bot <commit-bot@chromium.org>2015-02-20 22:43:12 +0000
commitdf75e1de1238c157580ec10d6f9478d7222b4d69 (patch)
treef695d8c8db33d38c6a5328477ab2e6d1247b4c97 /url
parente2e001067910d8d5acda012b6a05c1d4c34c232f (diff)
downloadchromium_src-df75e1de1238c157580ec10d6f9478d7222b4d69.zip
chromium_src-df75e1de1238c157580ec10d6f9478d7222b4d69.tar.gz
chromium_src-df75e1de1238c157580ec10d6f9478d7222b4d69.tar.bz2
win vs2015: avoid variable shadowing warning in url_canon.h
d:\src\cr2\src\url\url_canon.h(737): error C2220: warning treated as error - no 'object' file generated d:\src\cr2\src\url\url_canon.h(737): warning C4459: declaration of 'empty_string' hides global declaration d:\src\cr2\src\url\gurl.cc(22): note: see declaration of '`anonymous-namespace'::empty_string' R=brettw@chromium.org BUG=440500 Review URL: https://codereview.chromium.org/937473003 Cr-Commit-Position: refs/heads/master@{#317431}
Diffstat (limited to 'url')
-rw-r--r--url/url_canon.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/url/url_canon.h b/url/url_canon.h
index 89e3509..432f291 100644
--- a/url/url_canon.h
+++ b/url/url_canon.h
@@ -734,8 +734,8 @@ class Replacements {
// Returns a pointer to a static empty string that is used as a placeholder
// to indicate a component should be deleted (see below).
const CHAR* Placeholder() {
- static const CHAR empty_string = 0;
- return &empty_string;
+ static const CHAR empty_cstr = 0;
+ return &empty_cstr;
}
// We support three states: