| Index: chrome/browser/instant/instant_tab.cc
|
| diff --git a/chrome/browser/instant/instant_tab.cc b/chrome/browser/instant/instant_tab.cc
|
| index 733c6f0a0f000188b544d0d7f7aad4854c94ad64..65e1ed7824eff7d5ee80aeb0d4c0819b61ba02f1 100644
|
| --- a/chrome/browser/instant/instant_tab.cc
|
| +++ b/chrome/browser/instant/instant_tab.cc
|
| @@ -46,8 +46,8 @@ void InstantTab::UpOrDownKeyPressed(int count) {
|
| client_.UpOrDownKeyPressed(count);
|
| }
|
|
|
| -void InstantTab::SetMarginSize(int start, int end) {
|
| - client_.SetMarginSize(start, end);
|
| +void InstantTab::SetStartMarginAndWidth(int margin, int width) {
|
| + client_.SetStartMarginAndWidth(margin, width);
|
| }
|
|
|
| void InstantTab::InitializeFonts() {
|
|
|