Chromium Code Reviews| Index: net/base/dns_resolution_observer.cc |
| =================================================================== |
| --- net/base/dns_resolution_observer.cc (revision 3810) |
| +++ net/base/dns_resolution_observer.cc (working copy) |
| @@ -5,11 +5,10 @@ |
| // This file supports network stack independent notification of progress |
| // towards resolving a hostname. |
| -#include <windows.h> |
| -#include <string> |
| - |
| #include "net/base/dns_resolution_observer.h" |
| +#include <string> |
| + |
| #include "base/logging.h" |
| namespace net { |