Index: chrome/browser/ui/libgtkui/native_theme_gtk2.h |
diff --git a/chrome/browser/ui/libgtkui/native_theme_gtk2.h b/chrome/browser/ui/libgtkui/native_theme_gtk2.h |
index b3dda4888fb9ad12125801322b3a2414c7afd02e..8975ee2d46ebcec1505c9901a95221195e597c74 100644 |
--- a/chrome/browser/ui/libgtkui/native_theme_gtk2.h |
+++ b/chrome/browser/ui/libgtkui/native_theme_gtk2.h |
@@ -45,6 +45,7 @@ class NativeThemeGtk2 : public ui::NativeThemeBase { |
GtkWidget* GetTooltip() const; |
GtkWidget* GetMenu() const; |
GtkWidget* GetMenuItem() const; |
+ GtkWidget* GetSeparator() const; |
DISALLOW_COPY_AND_ASSIGN(NativeThemeGtk2); |
}; |