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

Unified Diff: chrome/browser/extensions/script_badge_controller.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/script_badge_controller.h
diff --git a/chrome/browser/extensions/script_badge_controller.h b/chrome/browser/extensions/script_badge_controller.h
index d4c73326e3a124f0a9b0515f93670ff05489742f..cc12de9411760db1e854e3c314824428f5b98da5 100644
--- a/chrome/browser/extensions/script_badge_controller.h
+++ b/chrome/browser/extensions/script_badge_controller.h
@@ -46,8 +46,8 @@ class ScriptBadgeController
public content::WebContentsObserver,
public content::NotificationObserver {
public:
- explicit ScriptBadgeController(content::WebContents* web_contents,
- TabHelper* tab_helper);
+ ScriptBadgeController(content::WebContents* web_contents,
+ TabHelper* tab_helper);
virtual ~ScriptBadgeController();
// LocationBarController implementation.
« no previous file with comments | « chrome/browser/extensions/extension_function_registry.h ('k') | chrome/browser/geolocation/chrome_access_token_store.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698