| Index: chrome/browser/ui/views/tab_contents/tab_contents_container.cc
 | 
| ===================================================================
 | 
| --- chrome/browser/ui/views/tab_contents/tab_contents_container.cc	(revision 116288)
 | 
| +++ chrome/browser/ui/views/tab_contents/tab_contents_container.cc	(working copy)
 | 
| @@ -15,6 +15,7 @@
 | 
|  #include "content/public/browser/notification_types.h"
 | 
|  #include "ui/base/accessibility/accessible_view_state.h"
 | 
|  
 | 
| +using content::NavigationController;
 | 
|  using content::WebContents;
 | 
|  
 | 
|  ////////////////////////////////////////////////////////////////////////////////
 | 
| @@ -169,8 +170,7 @@
 | 
|    registrar_.Add(
 | 
|        this,
 | 
|        content::NOTIFICATION_RENDER_VIEW_HOST_CHANGED,
 | 
| -      content::Source<content::NavigationController>(
 | 
| -          &web_contents_->GetController()));
 | 
| +      content::Source<NavigationController>(&web_contents_->GetController()));
 | 
|  
 | 
|    registrar_.Add(
 | 
|        this,
 | 
| 
 |