| Index: chrome/test/base/test_tab_strip_model_observer.h
|
| diff --git a/chrome/test/base/test_tab_strip_model_observer.h b/chrome/test/base/test_tab_strip_model_observer.h
|
| index 03aa7a9194b09705903da3121b12c79810cb32f4..b060a73482c915cf1854049e57726ed5a43a58d5 100644
|
| --- a/chrome/test/base/test_tab_strip_model_observer.h
|
| +++ b/chrome/test/base/test_tab_strip_model_observer.h
|
| @@ -31,10 +31,10 @@ class TestTabStripModelObserver : public content::TestNavigationObserver,
|
|
|
| private:
|
| // Callback to observer the print preview tab associated with |contents|.
|
| - void ObservePrintPreviewTabContents(TabContentsWrapper* contents);
|
| + void ObservePrintPreviewTabContents(TabContents* contents);
|
|
|
| // TabStripModelObserver:
|
| - virtual void TabBlockedStateChanged(TabContentsWrapper* contents,
|
| + virtual void TabBlockedStateChanged(TabContents* contents,
|
| int index) OVERRIDE;
|
|
|
| // |tab_strip_model_| is the object this observes. The constructor will
|
|
|