| Index: net/tools/flip_server/ring_buffer.h | 
| diff --git a/net/tools/flip_server/ring_buffer.h b/net/tools/flip_server/ring_buffer.h | 
| index ef660c3a744e0da6bc45e0835b636486d976efbf..b129ee8d014e8a43afedaf2f7296f1605ea7ac95 100644 | 
| --- a/net/tools/flip_server/ring_buffer.h | 
| +++ b/net/tools/flip_server/ring_buffer.h | 
| @@ -47,7 +47,7 @@ class RingBuffer : public BufferInterface { | 
|  | 
| // returns the number of characters written. | 
| // appends up-to-'size' bytes to the ringbuffer. | 
| -  virtual int Write(const char * bytes, int size) OVERRIDE; | 
| +  virtual int Write(const char* bytes, int size) OVERRIDE; | 
|  | 
| // Stores a pointer into the ring buffer in *ptr,  and stores the number of | 
| // characters which are allowed to be written in *size. | 
| @@ -110,4 +110,3 @@ class RingBuffer : public BufferInterface { | 
| }  // namespace net | 
|  | 
| #endif  // NET_TOOLS_FLIP_SERVER_RING_BUFFER_H__ | 
| - | 
|  |