Index: chrome/browser/ui/cocoa/location_bar/selected_keyword_decoration.h |
diff --git a/chrome/browser/ui/cocoa/location_bar/selected_keyword_decoration.h b/chrome/browser/ui/cocoa/location_bar/selected_keyword_decoration.h |
index 51cedf4b156e85f572a6121ed3d7c98c3525b3ef..97dce28aa63cb8498721d3ce7ae78badc7bb7c03 100644 |
--- a/chrome/browser/ui/cocoa/location_bar/selected_keyword_decoration.h |
+++ b/chrome/browser/ui/cocoa/location_bar/selected_keyword_decoration.h |
@@ -1,4 +1,4 @@ |
-// Copyright (c) 2010 The Chromium Authors. All rights reserved. |
+// Copyright (c) 2011 The Chromium Authors. All rights reserved. |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
@@ -25,7 +25,7 @@ class SelectedKeywordDecoration : public BubbleDecoration { |
// Determines what combination of labels and image will best fit |
// within |width|, makes those current for |BubbleDecoration|, and |
// return the resulting width. |
- virtual CGFloat GetWidthForSpace(CGFloat width); |
+ virtual CGFloat GetWidthForSpace(CGFloat width) OVERRIDE; |
void SetImage(NSImage* image); |