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

Unified Diff: ui/base/dialogs/gtk/select_file_dialog_impl_gtk.cc

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
« no previous file with comments | « ui/base/dialogs/gtk/select_file_dialog_impl.h ('k') | ui/base/dialogs/select_file_dialog.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/dialogs/gtk/select_file_dialog_impl_gtk.cc
diff --git a/ui/base/dialogs/gtk/select_file_dialog_impl_gtk.cc b/ui/base/dialogs/gtk/select_file_dialog_impl_gtk.cc
index b66afc280eded3d8436c0aa60e333475fd135ac9..88ae5a140415cd208cec26c0eab2e095d81b1e57 100644
--- a/ui/base/dialogs/gtk/select_file_dialog_impl_gtk.cc
+++ b/ui/base/dialogs/gtk/select_file_dialog_impl_gtk.cc
@@ -27,8 +27,8 @@ namespace {
// choosing a file or folder. This acts as a modal dialog.
class SelectFileDialogImplGTK : public ui::SelectFileDialogImpl {
public:
- explicit SelectFileDialogImplGTK(Listener* listener,
- ui::SelectFilePolicy* policy);
+ SelectFileDialogImplGTK(Listener* listener,
+ ui::SelectFilePolicy* policy);
protected:
virtual ~SelectFileDialogImplGTK();
« no previous file with comments | « ui/base/dialogs/gtk/select_file_dialog_impl.h ('k') | ui/base/dialogs/select_file_dialog.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698