Chromium Code Reviews| Index: net/proxy/proxy_server.cc |
| diff --git a/net/proxy/proxy_server.cc b/net/proxy/proxy_server.cc |
| index eb160dc0a3ae38a60bb0c06a608eaeaef39d47d9..9d1be7906762bc055205413a4ba7368258642bd1 100644 |
| --- a/net/proxy/proxy_server.cc |
| +++ b/net/proxy/proxy_server.cc |
| @@ -6,8 +6,8 @@ |
| #include <algorithm> |
| -#include "base/string_tokenizer.h" |
| #include "base/string_util.h" |
| +#include "base/strings/string_tokenizer.h" |
|
viettrungluu
2013/02/01 17:55:56
And this one? (Apparently, I hadn't looked at all
|
| #include "net/base/net_util.h" |
| #include "net/http/http_util.h" |