| Index: content/browser/tab_contents/tab_contents_unittest.cc
|
| diff --git a/content/browser/tab_contents/tab_contents_unittest.cc b/content/browser/tab_contents/tab_contents_unittest.cc
|
| index 2b465b24a788fcf4bb34f5588bc6af0fa931e4b7..abcd43ca0e9a42b53931a871424e625a2715fea8 100644
|
| --- a/content/browser/tab_contents/tab_contents_unittest.cc
|
| +++ b/content/browser/tab_contents/tab_contents_unittest.cc
|
| @@ -182,7 +182,7 @@ class TestInterstitialPage : public InterstitialPageImpl {
|
| }
|
|
|
| bool is_showing() const {
|
| - return static_cast<TestRenderWidgetHostView*>(
|
| + return static_cast<content::TestRenderWidgetHostView*>(
|
| GetRenderViewHostForTesting()->view())->is_showing();
|
| }
|
|
|
|
|