Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(175)

Unified Diff: client/settings.h

Issue 1426533008: Make ScopedGeneric uses slightly more consistent (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | client/settings.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
};
« no previous file with comments | « no previous file | client/settings.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698