summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/gtk/global_error_bubble.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/ui/gtk/global_error_bubble.h')
-rw-r--r--chrome/browser/ui/gtk/global_error_bubble.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/browser/ui/gtk/global_error_bubble.h b/chrome/browser/ui/gtk/global_error_bubble.h
index 1802ff0..3cb5b0b 100644
--- a/chrome/browser/ui/gtk/global_error_bubble.h
+++ b/chrome/browser/ui/gtk/global_error_bubble.h
@@ -16,14 +16,14 @@
typedef struct _GtkWidget GtkWidget;
-class GlobalError;
+class GlobalErrorWithStandardBubble;
class Profile;
class GlobalErrorBubble : public BubbleDelegateGtk,
public GlobalErrorBubbleViewBase {
public:
GlobalErrorBubble(Browser* browser,
- const base::WeakPtr<GlobalError>& error,
+ const base::WeakPtr<GlobalErrorWithStandardBubble>& error,
GtkWidget* anchor);
virtual ~GlobalErrorBubble();
@@ -40,7 +40,7 @@ class GlobalErrorBubble : public BubbleDelegateGtk,
Browser* browser_;
BubbleGtk* bubble_;
- base::WeakPtr<GlobalError> error_;
+ base::WeakPtr<GlobalErrorWithStandardBubble> error_;
std::vector<GtkWidget*> message_labels_;
int message_width_;