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

Unified Diff: net/base/test_completion_callback.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_completion_callback.h
diff --git a/net/base/test_completion_callback.h b/net/base/test_completion_callback.h
index 4a0afe13359416f363f6ac1b709853c16caf625b..4f35c9222a93489e34ba340e4283ef3fa2cc04d8 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