Chromium Code Reviews| Index: base/basictypes.h |
| diff --git a/base/basictypes.h b/base/basictypes.h |
| index 821055447222921dfba705473cc8d9a15226a997..8029c2cd49b74edc2c18d0ba10246ebfeb24fb89 100644 |
| --- a/base/basictypes.h |
| +++ b/base/basictypes.h |
| @@ -75,7 +75,7 @@ const int64 kint64max = (( int64) GG_LONGLONG(0x7FFFFFFFFFFFFFFF)); |
| void operator=(const TypeName&) |
| // An older, deprecated, politically incorrect name for the above. |
| -// NOTE: The usage of this macro was baned from our code base, but some |
|
tfarina
2013/02/15 19:21:01
although correct, this is unrelated to this change
apiccion
2013/02/26 23:51:51
Done.
|
| +// NOTE: The usage of this macro was banned from our code base, but some |
| // third_party libraries are yet using it. |
| // TODO(tfarina): Figure out how to fix the usage of this macro in the |
| // third_party libraries and get rid of it. |