| Index: content/browser/tab_contents/render_view_host_manager_unittest.cc
|
| ===================================================================
|
| --- content/browser/tab_contents/render_view_host_manager_unittest.cc (revision 116777)
|
| +++ content/browser/tab_contents/render_view_host_manager_unittest.cc (working copy)
|
| @@ -30,6 +30,7 @@
|
| using content::NavigationController;
|
| using content::NavigationEntry;
|
| using content::NavigationEntryImpl;
|
| +using content::WebContents;
|
|
|
| namespace {
|
|
|
| @@ -48,7 +49,7 @@
|
| }
|
|
|
| // WebUIFactory implementation.
|
| - virtual WebUI* CreateWebUIForURL(TabContents* source,
|
| + virtual WebUI* CreateWebUIForURL(WebContents* source,
|
| const GURL& url) const OVERRIDE {
|
| if (!(should_create_webui_ && HasWebUIScheme(url)))
|
| return NULL;
|
|
|