| Index: chrome/browser/instant/instant_controller.h
|
| diff --git a/chrome/browser/instant/instant_controller.h b/chrome/browser/instant/instant_controller.h
|
| index da47d1116ba8407fb1de9fe5ca19758c08f8b50e..0352dfe4045cf41103c6d5d6d9f1f669ae84c0e9 100644
|
| --- a/chrome/browser/instant/instant_controller.h
|
| +++ b/chrome/browser/instant/instant_controller.h
|
| @@ -130,7 +130,7 @@ class InstantController : public InstantLoaderDelegate {
|
|
|
| // Does cleanup after the preview contents has been added to the tabstrip.
|
| // Invoke this if you explicitly invoke ReleasePreviewContents.
|
| - void CompleteRelease(TabContents* tab);
|
| + void CompleteRelease(TabContentsWrapper* tab);
|
|
|
| // TabContents the match is being shown for.
|
| TabContentsWrapper* tab_contents() const { return tab_contents_; }
|
|
|