| Index: chrome/browser/extensions/api/socket/socket_api.h
|
| diff --git a/chrome/browser/extensions/api/socket/socket_api.h b/chrome/browser/extensions/api/socket/socket_api.h
|
| index b26e74883d06a9e3f7f4e22d2ae65a641f9724ac..34013a4eb8784cc8fd3b1aff63164d00bf54dab7 100644
|
| --- a/chrome/browser/extensions/api/socket/socket_api.h
|
| +++ b/chrome/browser/extensions/api/socket/socket_api.h
|
| @@ -11,7 +11,7 @@
|
| #include "chrome/browser/extensions/extension_function.h"
|
| #include "chrome/common/extensions/api/socket.h"
|
| #include "net/base/address_list.h"
|
| -#include "net/base/host_resolver.h"
|
| +#include "net/dns/host_resolver.h"
|
| #include "net/socket/tcp_client_socket.h"
|
|
|
| #include <string>
|
|
|