| Index: chrome/browser/ui/tab_contents/test_tab_contents_wrapper.h
|
| diff --git a/chrome/browser/ui/tab_contents/test_tab_contents_wrapper.h b/chrome/browser/ui/tab_contents/test_tab_contents_wrapper.h
|
| index bf15c882d6ae22bf0ba56a8496d443b4bb489b2c..7dc578c9864f0deff86a449a5943ae6d462047c1 100644
|
| --- a/chrome/browser/ui/tab_contents/test_tab_contents_wrapper.h
|
| +++ b/chrome/browser/ui/tab_contents/test_tab_contents_wrapper.h
|
| @@ -19,6 +19,8 @@ class TabContentsWrapperTestHarness : public RenderViewHostTestHarness {
|
| virtual TestTabContents* contents() OVERRIDE;
|
| TabContentsWrapper* contents_wrapper();
|
|
|
| + void SetContents(TestTabContents* contents);
|
| +
|
| protected:
|
| // testing::Test
|
| virtual void SetUp() OVERRIDE;
|
|
|