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

Unified Diff: base/tuple.h

Issue 249363004: Revert of Style cleanup in preparation for auto-linting base/. (Closed)
Patch Set: Created 6 years, 8 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/trace_event.h ('k') | base/values.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/tuple.h
diff --git a/base/tuple.h b/base/tuple.h
index b3a7515aec1525e0654ca8e539099a4a1eba3ae4..23ef9dee8bdad9ce23fbf0eb78e78dcc78958ed4 100644
--- a/base/tuple.h
+++ b/base/tuple.h
@@ -171,7 +171,7 @@
template <class A, class B, class C, class D, class E>
struct Tuple5 {
- public:
+public:
typedef A TypeA;
typedef B TypeB;
typedef C TypeC;
@@ -211,7 +211,7 @@
template <class A, class B, class C, class D, class E, class F>
struct Tuple6 {
- public:
+public:
typedef A TypeA;
typedef B TypeB;
typedef C TypeC;
@@ -257,7 +257,7 @@
template <class A, class B, class C, class D, class E, class F, class G>
struct Tuple7 {
- public:
+public:
typedef A TypeA;
typedef B TypeB;
typedef C TypeC;
@@ -609,8 +609,9 @@
(obj->*method)(in.a, in.b, in.c, in.d, &out->a);
}
-template<class ObjT, class Method, class InA, class InB, class InC, class InD,
- class InE, class OutA>
+template<class ObjT, class Method,
+ class InA, class InB, class InC, class InD, class InE,
+ class OutA>
inline void DispatchToMethod(ObjT* obj, Method method,
const Tuple5<InA, InB, InC, InD, InE>& in,
Tuple1<OutA>* out) {
« no previous file with comments | « base/trace_event.h ('k') | base/values.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698