Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 In file included from warn_only.cpp:5: | |
| 2 ./warn_only.h:13:3: warning: [chromium-style] Complex constructor has an inlined body. | |
| 3 InlineCtors() {} | |
| 4 ^ | |
| 5 ./warn_only.h:14:3: warning: [chromium-style] Complex destructor has an inline b ody. | |
| 6 ~InlineCtors() {} | |
| 7 ^ | |
| 8 2 warnings generated. | |
| OLD | NEW |