summaryrefslogtreecommitdiffstats
path: root/net/base/sdch_manager.cc
diff options
context:
space:
mode:
Diffstat (limited to 'net/base/sdch_manager.cc')
-rw-r--r--net/base/sdch_manager.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/base/sdch_manager.cc b/net/base/sdch_manager.cc
index 354f87d..4d99426 100644
--- a/net/base/sdch_manager.cc
+++ b/net/base/sdch_manager.cc
@@ -80,7 +80,7 @@ bool SdchManager::Dictionary::CanAdvertise(const GURL& target_url) {
// static
bool SdchManager::Dictionary::CanSet(const std::string& domain,
const std::string& path,
- const std::set<int> ports,
+ const std::set<int>& ports,
const GURL& dictionary_url) {
if (!SdchManager::Global()->IsInSupportedDomain(dictionary_url))
return false;