diff options
Diffstat (limited to 'net/base/upload_data_stream.h')
-rw-r--r-- | net/base/upload_data_stream.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/base/upload_data_stream.h b/net/base/upload_data_stream.h index 9fac07e..5e28721 100644 --- a/net/base/upload_data_stream.h +++ b/net/base/upload_data_stream.h @@ -83,7 +83,7 @@ class UploadDataStream { // Whether there is no data left to read. bool eof_; - DISALLOW_EVIL_CONSTRUCTORS(UploadDataStream); + DISALLOW_COPY_AND_ASSIGN(UploadDataStream); }; } // namespace net |