| Index: chrome/browser/ui/libgtk2ui/gtk2_util.h
|
| diff --git a/chrome/browser/ui/libgtk2ui/gtk2_util.h b/chrome/browser/ui/libgtk2ui/gtk2_util.h
|
| index 0d8c4fdcd695646d54553c40b1420d4a13e75b42..1a2f4afe235e521f8192cb24fb913ed5f49ff7da 100644
|
| --- a/chrome/browser/ui/libgtk2ui/gtk2_util.h
|
| +++ b/chrome/browser/ui/libgtk2ui/gtk2_util.h
|
| @@ -56,7 +56,7 @@ aura::Window* GetAuraTransientParent(GtkWidget* dialog);
|
| void ClearAuraTransientParent(GtkWidget* dialog);
|
|
|
| // Converts a NativeTheme state to a GtkStateType.
|
| -GtkStateType GetGtkState(ui::NativeTheme::State state);
|
| +GtkStateFlags GetGtkState(ui::NativeTheme::State state);
|
|
|
| } // namespace libgtk2ui
|
|
|
|
|