Index: net/proxy/proxy_config_service_win.cc |
diff --git a/net/proxy/proxy_config_service_win.cc b/net/proxy/proxy_config_service_win.cc |
index e819bf48000ad1e40996ef25f8c46e951fcda255..0edc5233188fac3f51a6fe395dfb818b2d2b2ad9 100644 |
--- a/net/proxy/proxy_config_service_win.cc |
+++ b/net/proxy/proxy_config_service_win.cc |
@@ -49,7 +49,7 @@ ProxyConfigServiceWin::~ProxyConfigServiceWin() { |
// The registry functions below will end up going to disk. Do this on another |
// thread to avoid slowing the IO thread. http://crbug.com/61453 |
base::ThreadRestrictions::ScopedAllowIO allow_io; |
- STLDeleteElements(&keys_to_watch_); |
+ base::STLDeleteElements(&keys_to_watch_); |
} |
void ProxyConfigServiceWin::AddObserver(Observer* observer) { |