summaryrefslogtreecommitdiffstats
path: root/chrome_frame/metrics_service.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome_frame/metrics_service.cc')
-rw-r--r--chrome_frame/metrics_service.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome_frame/metrics_service.cc b/chrome_frame/metrics_service.cc
index b78f71a..9d135a7 100644
--- a/chrome_frame/metrics_service.cc
+++ b/chrome_frame/metrics_service.cc
@@ -168,7 +168,7 @@ class ChromeFrameUploadRequestContext : public URLRequestContext {
std::string csv_auth_schemes = "basic,digest,ntlm,negotiate";
std::vector<std::string> supported_schemes;
- SplitString(csv_auth_schemes, ',', &supported_schemes);
+ base::SplitString(csv_auth_schemes, ',', &supported_schemes);
http_auth_handler_factory_ = net::HttpAuthHandlerRegistryFactory::Create(
supported_schemes, url_security_manager_.get(), host_resolver_, false,