| Index: net/base/test_data_stream.h
|
| diff --git a/net/base/test_data_stream.h b/net/base/test_data_stream.h
|
| index 464220e8982954099d2efe39ba04102bafce246d..c188e5e38b280c21fcc5491cd96b7c632bee5a66 100644
|
| --- a/net/base/test_data_stream.h
|
| +++ b/net/base/test_data_stream.h
|
| @@ -23,7 +23,7 @@ class NET_EXPORT TestDataStream {
|
|
|
| // Verify that |buffer| contains the expected next |length| bytes from the
|
| // stream. Returns true if correct, false otherwise.
|
| - bool VerifyBytes(const char *buffer, int length);
|
| + bool VerifyBytes(const char* buffer, int length);
|
|
|
| // Resets all the data.
|
| void Reset();
|
|
|