| Index: net/ftp/ftp_ctrl_response_buffer.h
|
| diff --git a/net/ftp/ftp_ctrl_response_buffer.h b/net/ftp/ftp_ctrl_response_buffer.h
|
| index fa5c03115b3cf578ae9b1e95987cf53f3fb905b5..69c15dd46c583fc6132535070d187ba1bc2b8ad5 100644
|
| --- a/net/ftp/ftp_ctrl_response_buffer.h
|
| +++ b/net/ftp/ftp_ctrl_response_buffer.h
|
| @@ -2,7 +2,6 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -
|
| #ifndef NET_FTP_FTP_CTRL_RESPONSE_BUFFER_H_
|
| #define NET_FTP_FTP_CTRL_RESPONSE_BUFFER_H_
|
|
|
| @@ -34,9 +33,7 @@ class NET_EXPORT_PRIVATE FtpCtrlResponseBuffer {
|
| // Called when data is received from the control socket. Returns error code.
|
| int ConsumeData(const char* data, int data_length);
|
|
|
| - bool ResponseAvailable() const {
|
| - return !responses_.empty();
|
| - }
|
| + bool ResponseAvailable() const { return !responses_.empty(); }
|
|
|
| // Returns the next response. It is an error to call this function
|
| // unless ResponseAvailable returns true.
|
|
|