diff options
author | ian@chromium.org <ian@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-23 19:41:34 +0000 |
---|---|---|
committer | ian@chromium.org <ian@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-23 19:41:34 +0000 |
commit | 5a830a978d61c592b274c94e3bdc75bae84634b5 (patch) | |
tree | 4120b9a6e0aca9199b83528b155f9561f92923c6 /chrome/browser/cookies_tree_model.cc | |
parent | 18ca30f42aaa36d5bbabaecb1347c82f7fea3788 (diff) | |
download | chromium_src-5a830a978d61c592b274c94e3bdc75bae84634b5.zip chromium_src-5a830a978d61c592b274c94e3bdc75bae84634b5.tar.gz chromium_src-5a830a978d61c592b274c94e3bdc75bae84634b5.tar.bz2 |
Fixing GCC 4.4 build fix (landing a patch for hbono)
This patch was written by hbono, landing for him as he can't
land this until tomorrow, and it's a patch to fix a build.
Reviewed at http://codereview.chromium.org/414025
BUG=none
TEST=GCC 4.4 compiles
Review URL: http://codereview.chromium.org/436003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32829 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/cookies_tree_model.cc')
-rw-r--r-- | chrome/browser/cookies_tree_model.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/cookies_tree_model.cc b/chrome/browser/cookies_tree_model.cc index 736160f..027224a 100644 --- a/chrome/browser/cookies_tree_model.cc +++ b/chrome/browser/cookies_tree_model.cc @@ -69,7 +69,7 @@ class OriginNodeComparator { } private: - std::string CanonicalizeHost(const std::wstring& host_w) { + static std::string CanonicalizeHost(const std::wstring& host_w) { // The canonicalized representation makes the registry controlled domain // come first, and then adds subdomains in reverse order, e.g. // 1.mail.google.com would become google.com.mail.1, and then a standard |