| Index: chrome/browser/instant/instant_loader.h
|
| diff --git a/chrome/browser/instant/instant_loader.h b/chrome/browser/instant/instant_loader.h
|
| index 64960326364437101011d5107a0194c41239e42c..b955992f68bc1e24eadbdaace7cca97c27d765d3 100644
|
| --- a/chrome/browser/instant/instant_loader.h
|
| +++ b/chrome/browser/instant/instant_loader.h
|
| @@ -23,6 +23,7 @@ class TabContents;
|
| namespace content {
|
| class NotificationDetails;
|
| class NotificationSource;
|
| +class WebContents;
|
| }
|
|
|
| namespace gfx {
|
| @@ -109,7 +110,8 @@ class InstantLoader : public content::NotificationObserver {
|
|
|
| void SetupPreviewContents();
|
| void CleanupPreviewContents();
|
| - void ReplacePreviewContents(TabContents* old_tc, TabContents* new_tc);
|
| + void ReplacePreviewContents(content::WebContents* old_contents,
|
| + content::WebContents* new_contents);
|
|
|
| InstantLoaderDelegate* const loader_delegate_;
|
|
|
|
|