| Index: content/browser/tab_contents/render_view_host_manager_unittest.cc
 | 
| ===================================================================
 | 
| --- content/browser/tab_contents/render_view_host_manager_unittest.cc	(revision 116288)
 | 
| +++ content/browser/tab_contents/render_view_host_manager_unittest.cc	(working copy)
 | 
| @@ -27,6 +27,7 @@
 | 
|  
 | 
|  using content::BrowserThread;
 | 
|  using content::BrowserThreadImpl;
 | 
| +using content::NavigationController;
 | 
|  using content::NavigationEntry;
 | 
|  using content::NavigationEntryImpl;
 | 
|  
 | 
| @@ -294,7 +295,7 @@
 | 
|    TestTabContents tab_contents(browser_context(), instance);
 | 
|    notifications.ListenFor(
 | 
|        content::NOTIFICATION_RENDER_VIEW_HOST_CHANGED,
 | 
| -      content::Source<content::NavigationController>(
 | 
| +      content::Source<NavigationController>(
 | 
|            &tab_contents.GetController()));
 | 
|  
 | 
|    // Create.
 | 
| @@ -383,7 +384,7 @@
 | 
|    TestTabContents tab_contents(browser_context(), instance);
 | 
|    notifications.ListenFor(
 | 
|        content::NOTIFICATION_RENDER_VIEW_HOST_CHANGED,
 | 
| -      content::Source<content::NavigationController>(
 | 
| +      content::Source<NavigationController>(
 | 
|            &tab_contents.GetController()));
 | 
|  
 | 
|    // Create.
 | 
| 
 |