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

Unified Diff: net/base/test_completion_callback.cc

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.cc
diff --git a/net/base/test_completion_callback.cc b/net/base/test_completion_callback.cc
index 4fcff74faac2c6bb93c16c77da5f3702612d0dbc..ea920f58a3cdfa5baab5c19a93a92f82cc9e265b 100644
--- a/net/base/test_completion_callback.cc
+++ b/net/base/test_completion_callback.cc
@@ -31,15 +31,14 @@ void TestCompletionCallbackBaseInternal::WaitForResult() {
}
TestCompletionCallbackBaseInternal::TestCompletionCallbackBaseInternal()
- : have_result_(false),
- waiting_for_result_(false) {
+ : have_result_(false), waiting_for_result_(false) {
}
} // namespace internal
TestCompletionCallback::TestCompletionCallback()
: callback_(base::Bind(&TestCompletionCallback::SetResult,
- base::Unretained(this))) {
+ base::Unretained(this))) {
}
TestCompletionCallback::~TestCompletionCallback() {
@@ -47,14 +46,15 @@ TestCompletionCallback::~TestCompletionCallback() {
TestInt64CompletionCallback::TestInt64CompletionCallback()
: callback_(base::Bind(&TestInt64CompletionCallback::SetResult,
- base::Unretained(this))) {
+ base::Unretained(this))) {
}
TestInt64CompletionCallback::~TestInt64CompletionCallback() {
}
ReleaseBufferCompletionCallback::ReleaseBufferCompletionCallback(
- IOBuffer* buffer) : buffer_(buffer) {
+ IOBuffer* buffer)
+ : buffer_(buffer) {
}
ReleaseBufferCompletionCallback::~ReleaseBufferCompletionCallback() {

Powered by Google App Engine
This is Rietveld 408576698