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

Unified Diff: base/at_exit.h

Issue 552004: Style cleanup in preparation for auto-linting base/. (Closed)
Patch Set: Created 10 years, 11 months 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 | base/compat_execinfo.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/at_exit.h
diff --git a/base/at_exit.h b/base/at_exit.h
index 48ba3d9c71de300c7d509f1f132614c808139b98..082525ea2b279bb1b665b4fb64b3f3b7e610b4b8 100644
--- a/base/at_exit.h
+++ b/base/at_exit.h
@@ -32,7 +32,7 @@ class AtExitManager {
// even if one already exists. This should only be used for testing!
// AtExitManagers are kept on a global stack, and it will be removed during
// destruction. This allows you to shadow another AtExitManager.
- AtExitManager(bool shadow);
+ explicit AtExitManager(bool shadow);
public:
typedef void (*AtExitCallbackType)(void*);
« no previous file with comments | « no previous file | base/compat_execinfo.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698