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

Unified Diff: ui/base/dialogs/gtk/select_file_dialog_impl.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: ui/base/dialogs/gtk/select_file_dialog_impl.h
diff --git a/ui/base/dialogs/gtk/select_file_dialog_impl.h b/ui/base/dialogs/gtk/select_file_dialog_impl.h
index 24a5061d138d1d207c40595c77bde4cf95b6fe74..e45f78a2710348668a6c085a13b63ab0a315d620 100644
--- a/ui/base/dialogs/gtk/select_file_dialog_impl.h
+++ b/ui/base/dialogs/gtk/select_file_dialog_impl.h
@@ -37,8 +37,8 @@ class SelectFileDialogImpl : public SelectFileDialog {
virtual void ListenerDestroyed() OVERRIDE;
protected:
- explicit SelectFileDialogImpl(Listener* listener,
- ui::SelectFilePolicy* policy);
+ SelectFileDialogImpl(Listener* listener,
+ ui::SelectFilePolicy* policy);
virtual ~SelectFileDialogImpl();
// SelectFileDialog implementation.
« no previous file with comments | « sync/internal_api/public/test/test_internal_components_factory.h ('k') | ui/base/dialogs/gtk/select_file_dialog_impl_gtk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698