Index: ui/views/bubble/bubble_delegate.cc |
diff --git a/ui/views/bubble/bubble_delegate.cc b/ui/views/bubble/bubble_delegate.cc |
index 40af6cf8d597b22706db16136fc2ff479a1e9fe2..3987589f3fcb6a66486b20d74f63a5de755ccbd1 100644 |
--- a/ui/views/bubble/bubble_delegate.cc |
+++ b/ui/views/bubble/bubble_delegate.cc |
@@ -66,7 +66,7 @@ class BubbleBorderDelegate : public WidgetDelegate, |
// WidgetDelegate overrides: |
virtual bool CanActivate() const OVERRIDE { return false; } |
- virtual string16 GetWindowTitle() const { |
+ virtual string16 GetWindowTitle() const OVERRIDE { |
return bubble_->GetWindowTitle(); |
} |
virtual bool ShouldShowCloseButton() const OVERRIDE { |