| Index: net/ftp/ftp_network_layer.h
|
| diff --git a/net/ftp/ftp_network_layer.h b/net/ftp/ftp_network_layer.h
|
| index e22ec49e8653d8f6a6e70d926c9e9baeeaa3082f..d848ae896d50930edd19f8cac611d79dec141b7d 100644
|
| --- a/net/ftp/ftp_network_layer.h
|
| +++ b/net/ftp/ftp_network_layer.h
|
| @@ -5,8 +5,8 @@
|
| #ifndef NET_FTP_FTP_NETWORK_LAYER_H_
|
| #define NET_FTP_FTP_NETWORK_LAYER_H_
|
|
|
| -#include "base/basictypes.h"
|
| #include "base/compiler_specific.h"
|
| +#include "base/macros.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "net/base/net_export.h"
|
| #include "net/ftp/ftp_transaction_factory.h"
|
|
|