| Index: chrome/browser/ui/gtk/clear_browsing_data_dialog_gtk.h
|
| diff --git a/chrome/browser/ui/gtk/clear_browsing_data_dialog_gtk.h b/chrome/browser/ui/gtk/clear_browsing_data_dialog_gtk.h
|
| index 4147d4526ef45eba88e91c252a6820cd2e3571e9..278238553604b65dc7b7a39fe60b289480167e44 100644
|
| --- a/chrome/browser/ui/gtk/clear_browsing_data_dialog_gtk.h
|
| +++ b/chrome/browser/ui/gtk/clear_browsing_data_dialog_gtk.h
|
| @@ -25,8 +25,8 @@ class ClearBrowsingDataDialogGtk {
|
| ClearBrowsingDataDialogGtk(GtkWindow* parent, Profile* profile);
|
| ~ClearBrowsingDataDialogGtk();
|
|
|
| - // Handler to respond to Ok and Cancel responses from the dialog.
|
| - CHROMEGTK_CALLBACK_1(ClearBrowsingDataDialogGtk, void, OnDialogResponse, int);
|
| + // Handler to respond to OK and Cancel responses from the dialog.
|
| + CHROMEGTK_CALLBACK_1(ClearBrowsingDataDialogGtk, void, OnResponse, int);
|
|
|
| // Handler to respond to widget clicked actions from the dialog.
|
| CHROMEGTK_CALLBACK_0(ClearBrowsingDataDialogGtk, void, OnDialogWidgetClicked);
|
|
|