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

Unified Diff: net/base/test_completion_callback.h

Issue 649763002: git cl format the second third of the net/base directory (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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_completion_callback.h
diff --git a/net/base/test_completion_callback.h b/net/base/test_completion_callback.h
index 469d12ffec4e0a23984036f5178a15ed48238082..c8c7aa3b47a861a4dce44c634325fc96a249c339 100644
--- a/net/base/test_completion_callback.h
+++ b/net/base/test_completion_callback.h
@@ -111,7 +111,7 @@ class TestInt64CompletionCallback : public TestInt64CompletionCallbackBase {
};
// Makes sure that the buffer is not referenced when the callback runs.
-class ReleaseBufferCompletionCallback: public TestCompletionCallback {
+class ReleaseBufferCompletionCallback : public TestCompletionCallback {
public:
explicit ReleaseBufferCompletionCallback(IOBuffer* buffer);
virtual ~ReleaseBufferCompletionCallback();

Powered by Google App Engine
This is Rietveld 408576698