| Index: chrome/browser/cocoa/autocomplete_text_field_unittest.mm
|
| ===================================================================
|
| --- chrome/browser/cocoa/autocomplete_text_field_unittest.mm (revision 34193)
|
| +++ chrome/browser/cocoa/autocomplete_text_field_unittest.mm (working copy)
|
| @@ -20,11 +20,10 @@
|
| using ::testing::StrictMock;
|
|
|
| namespace {
|
| -// Mock a SecurityImageView.
|
| class MockSecurityImageView : public LocationBarViewMac::SecurityImageView {
|
| public:
|
| MockSecurityImageView(Profile* profile, ToolbarModel* model)
|
| - : LocationBarViewMac::SecurityImageView(profile, model) {}
|
| + : LocationBarViewMac::SecurityImageView(profile, model) {}
|
|
|
| MOCK_METHOD0(OnMousePressed, bool());
|
| };
|
|
|