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

Unified Diff: base/task.h

Issue 593084: Fix up some style guide violations wrt aligning function arguments. (Closed)
Patch Set: Created 10 years, 10 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
« no previous file with comments | « base/observer_list_unittest.cc ('k') | base/tracked_objects.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/task.h
diff --git a/base/task.h b/base/task.h
index cbb8c99bd16ffc2234e2c8ae81c67804d79254d6..de5da7737ea469dbbf37f7fd50eb05e779e02462 100644
--- a/base/task.h
+++ b/base/task.h
@@ -66,7 +66,8 @@ class CancelableTask : public Task {
//
// // The factories are not thread safe, so always invoke on
// // |MessageLoop::current()|.
-// MessageLoop::current()->PostDelayedTask(FROM_HERE,
+// MessageLoop::current()->PostDelayedTask(
+// FROM_HERE,
// some_method_factory_.NewRunnableMethod(&MyClass::SomeMethod),
// kSomeMethodDelayMS);
// }
« no previous file with comments | « base/observer_list_unittest.cc ('k') | base/tracked_objects.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698