| Index: chrome/browser/instant/instant_loader.h
|
| diff --git a/chrome/browser/instant/instant_loader.h b/chrome/browser/instant/instant_loader.h
|
| index be244f5a18c650be6ad2f86ad3f78b0228109c91..8a47f7ef605959a31554b0fd879ddfb93f5adb2e 100644
|
| --- a/chrome/browser/instant/instant_loader.h
|
| +++ b/chrome/browser/instant/instant_loader.h
|
| @@ -98,7 +98,7 @@ class InstantLoader : public InstantClient::Delegate,
|
| void Submit(const string16& text);
|
| void Cancel(const string16& text);
|
| void SetPopupBounds(const gfx::Rect& bounds);
|
| - void SetMarginSize(int start, int end);
|
| + void SetStartMarginAndWidth(int margin, int width);
|
| void InitializeFonts();
|
| void SendAutocompleteResults(
|
| const std::vector<InstantAutocompleteResult>& results);
|
|
|