Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(676)

Unified Diff: net/base/test_data_stream.h

Issue 266243004: Clang format slam. Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();

Powered by Google App Engine
This is Rietveld 408576698