summaryrefslogtreecommitdiffstats
path: root/net/base/dns_resolution_observer.cc
diff options
context:
space:
mode:
Diffstat (limited to 'net/base/dns_resolution_observer.cc')
-rw-r--r--net/base/dns_resolution_observer.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/base/dns_resolution_observer.cc b/net/base/dns_resolution_observer.cc
index c9c9933..10c9650 100644
--- a/net/base/dns_resolution_observer.cc
+++ b/net/base/dns_resolution_observer.cc
@@ -30,11 +30,11 @@
// This file supports network stack independent notification of progress
// towards resolving a hostname.
-#include "net/base/dns_resolution_observer.h"
-
+#include <windows.h>
#include <string>
-#include "base/atomic.h"
+#include "net/base/dns_resolution_observer.h"
+
#include "base/logging.h"
namespace net {