| Index: chrome/browser/instant/instant_loader.cc
|
| diff --git a/chrome/browser/instant/instant_loader.cc b/chrome/browser/instant/instant_loader.cc
|
| index 7f64072c38bc251480da8e92992ebc2a0ac5e881..59aeb45645e12d7ab0152be37e93fa0108b1426a 100644
|
| --- a/chrome/browser/instant/instant_loader.cc
|
| +++ b/chrome/browser/instant/instant_loader.cc
|
| @@ -244,8 +244,8 @@ void InstantLoader::SetPopupBounds(const gfx::Rect& bounds) {
|
| client_.SetPopupBounds(bounds);
|
| }
|
|
|
| -void InstantLoader::SetMarginSize(int start, int end) {
|
| - client_.SetMarginSize(start, end);
|
| +void InstantLoader::SetStartMarginAndWidth(int margin, int width) {
|
| + client_.SetStartMarginAndWidth(margin, width);
|
| }
|
|
|
| void InstantLoader::InitializeFonts() {
|
|
|