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

Unified Diff: chrome/browser/ui/gtk/infobars/extension_infobar_gtk.h

Issue 7477008: Remove explicit keyword from multi-argument constructors (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 5 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/ui/gtk/infobars/extension_infobar_gtk.h
diff --git a/chrome/browser/ui/gtk/infobars/extension_infobar_gtk.h b/chrome/browser/ui/gtk/infobars/extension_infobar_gtk.h
index 428f25fef7dd89227a739039a5c20f166817071b..80b3f9baa13a5248ab8b8eb28a99abb1e95209dc 100644
--- a/chrome/browser/ui/gtk/infobars/extension_infobar_gtk.h
+++ b/chrome/browser/ui/gtk/infobars/extension_infobar_gtk.h
@@ -20,8 +20,8 @@ class ExtensionInfoBarGtk : public InfoBarGtk,
public ImageLoadingTracker::Observer,
public ExtensionViewGtk::Container {
public:
- explicit ExtensionInfoBarGtk(TabContentsWrapper* owner,
- ExtensionInfoBarDelegate* delegate);
+ ExtensionInfoBarGtk(TabContentsWrapper* owner,
+ ExtensionInfoBarDelegate* delegate);
virtual ~ExtensionInfoBarGtk();
// Overridden from ImageLoadingTracker::Observer:
« no previous file with comments | « chrome/browser/ui/gtk/infobars/confirm_infobar_gtk.h ('k') | chrome/browser/ui/gtk/infobars/infobar_container_gtk.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698