michael@0: In file included from inline_ctor.cpp:5: michael@0: ./inline_ctor.h:13:3: warning: [chromium-style] Complex constructor has an inlined body. michael@0: InlineCtorsArentOKInHeader() {} michael@0: ^ michael@0: ./inline_ctor.h:14:3: warning: [chromium-style] Complex destructor has an inline body. michael@0: ~InlineCtorsArentOKInHeader() {} michael@0: ^ michael@0: 2 warnings generated.