diff options
Diffstat (limited to 'chrome/browser/instant/instant_controller.h')
-rw-r--r-- | chrome/browser/instant/instant_controller.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/instant/instant_controller.h b/chrome/browser/instant/instant_controller.h index da47d11..0352dfe 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_; } |