| Index: chrome/browser/ui/cocoa/location_bar/autocomplete_text_field_unittest.mm
|
| diff --git a/chrome/browser/ui/cocoa/location_bar/autocomplete_text_field_unittest.mm b/chrome/browser/ui/cocoa/location_bar/autocomplete_text_field_unittest.mm
|
| index 81cf1376c58ff19c2a9a8a270d600e33b26ec4f1..7bd33347a8623334662c889bd90e48f3b19e20f9 100644
|
| --- a/chrome/browser/ui/cocoa/location_bar/autocomplete_text_field_unittest.mm
|
| +++ b/chrome/browser/ui/cocoa/location_bar/autocomplete_text_field_unittest.mm
|
| @@ -30,7 +30,9 @@ namespace {
|
|
|
| class MockDecoration : public LocationBarDecoration {
|
| public:
|
| - virtual CGFloat GetWidthForSpace(CGFloat width) { return 20.0; }
|
| + virtual CGFloat GetWidthForSpace(CGFloat width, CGFloat text_width) {
|
| + return 20.0;
|
| + }
|
|
|
| virtual void DrawInFrame(NSRect frame, NSView* control_view) { ; }
|
| MOCK_METHOD0(AcceptsMousePress, bool());
|
|
|