| Index: chrome/browser/instant/instant_client.cc
|
| diff --git a/chrome/browser/instant/instant_client.cc b/chrome/browser/instant/instant_client.cc
|
| index ab5d339e323f144101d0852bae88a1eca868c7c9..5eb8c266aab221829ffbad78bd8bbb35ca225926 100644
|
| --- a/chrome/browser/instant/instant_client.cc
|
| +++ b/chrome/browser/instant/instant_client.cc
|
| @@ -43,8 +43,8 @@ void InstantClient::SetPopupBounds(const gfx::Rect& bounds) {
|
| Send(new ChromeViewMsg_SearchBoxPopupResize(routing_id(), bounds));
|
| }
|
|
|
| -void InstantClient::SetMarginSize(const int start, const int end) {
|
| - Send(new ChromeViewMsg_SearchBoxMarginChange(routing_id(), start, end));
|
| +void InstantClient::SetStartMarginAndWidth(int margin, int width) {
|
| + Send(new ChromeViewMsg_SearchBoxMarginChange(routing_id(), margin, width));
|
| }
|
|
|
| void InstantClient::InitializeFonts() {
|
|
|