| Index: trunk/src/net/dns/address_sorter_posix_unittest.cc
|
| ===================================================================
|
| --- trunk/src/net/dns/address_sorter_posix_unittest.cc (revision 262001)
|
| +++ trunk/src/net/dns/address_sorter_posix_unittest.cc (working copy)
|
| @@ -43,11 +43,11 @@
|
| NOTIMPLEMENTED();
|
| return OK;
|
| }
|
| - virtual int SetReceiveBufferSize(int32) OVERRIDE {
|
| - return OK;
|
| + virtual bool SetReceiveBufferSize(int32) OVERRIDE {
|
| + return true;
|
| }
|
| - virtual int SetSendBufferSize(int32) OVERRIDE {
|
| - return OK;
|
| + virtual bool SetSendBufferSize(int32) OVERRIDE {
|
| + return true;
|
| }
|
|
|
| virtual void Close() OVERRIDE {}
|
|
|