| Index: base/tuple.h
|
| diff --git a/base/tuple.h b/base/tuple.h
|
| index 88c3075f5f880ed55a45475e023d016359cd3120..4628aa9417c395b472cfea0557af8b3da8b3fe3e 100644
|
| --- a/base/tuple.h
|
| +++ b/base/tuple.h
|
| @@ -25,8 +25,8 @@
|
| // DispatchToMethod(&foo, &Foo::SomeMeth, MakeTuple(1, 2, 3));
|
| // // foo->SomeMeth(1, 2, 3);
|
|
|
| -#ifndef BASE_TUPLE_H__
|
| -#define BASE_TUPLE_H__
|
| +#ifndef BASE_TUPLE_H_
|
| +#define BASE_TUPLE_H_
|
|
|
| #include "base/bind_helpers.h"
|
|
|
| @@ -329,4 +329,4 @@ inline void DispatchToMethod(ObjT* obj,
|
| MakeIndexSequence<sizeof...(OutTs)>());
|
| }
|
|
|
| -#endif // BASE_TUPLE_H__
|
| +#endif // BASE_TUPLE_H_
|
|
|