Chromium Code Reviews| Index: client/settings.h |
| diff --git a/client/settings.h b/client/settings.h |
| index ac22f68e8d8b2a7a1a4e3a848ae9dadc873e97af..016f8d84963819eb0e1d740f293fe863b2046a6d 100644 |
| --- a/client/settings.h |
| +++ b/client/settings.h |
| @@ -31,7 +31,7 @@ namespace crashpad { |
| namespace internal { |
| struct ScopedLockedFileHandleTraits { |
| - static FileHandle InvalidValue(); |
| + static FileHandle InvalidValue() { return kInvalidFileHandle; } |
| static void Free(FileHandle handle); |
| }; |