Chromium Code Reviews| Index: webkit/glue/webwidget_impl.h |
| =================================================================== |
| --- webkit/glue/webwidget_impl.h (revision 13487) |
| +++ webkit/glue/webwidget_impl.h (working copy) |
| @@ -65,7 +65,7 @@ |
| const WebKit::WebRect& bounds, |
| int item_height, |
| int selected_index, |
| - const std::vector<MenuItem>& items); |
| + const std::vector<WebMenuItem>& items); |
| const WebKit::WebSize& size() const { return size_; } |