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

Unified Diff: chrome/browser/extensions/extension_function_registry.h

Issue 11419224: Add missing (and remove superfluous) 'explicit' from constructors. Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase + remove non-straightforward changes Created 7 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
Index: chrome/browser/extensions/extension_function_registry.h
diff --git a/chrome/browser/extensions/extension_function_registry.h b/chrome/browser/extensions/extension_function_registry.h
index 3f6394288effa24541d0e29e3b16a187872861b0..795d90ef117c2a15d635d0d2d5780024287b09ab 100644
--- a/chrome/browser/extensions/extension_function_registry.h
+++ b/chrome/browser/extensions/extension_function_registry.h
@@ -25,7 +25,7 @@ ExtensionFunction* NewExtensionFunction() {
class ExtensionFunctionRegistry {
public:
static ExtensionFunctionRegistry* GetInstance();
- explicit ExtensionFunctionRegistry();
+ ExtensionFunctionRegistry();
virtual ~ExtensionFunctionRegistry();
// Resets all functions to their default values.
« no previous file with comments | « chrome/browser/extensions/api/socket/tcp_socket_unittest.cc ('k') | chrome/browser/extensions/script_badge_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698