| Index: chrome/browser/external_tab_container_win.h
 | 
| diff --git a/chrome/browser/external_tab_container_win.h b/chrome/browser/external_tab_container_win.h
 | 
| index 91ce11c8bff0bbe413005cfdb20ba2a7837b23fc..cc0e35cd5eae7bd8caedb9125c4d81acfa04e5e0 100644
 | 
| --- a/chrome/browser/external_tab_container_win.h
 | 
| +++ b/chrome/browser/external_tab_container_win.h
 | 
| @@ -31,9 +31,7 @@ class TabContentsContainer;
 | 
|  class RenderViewContextMenuViews;
 | 
|  
 | 
|  namespace app {
 | 
| -namespace win {
 | 
| -class ScopedProp;
 | 
| -}
 | 
| +class ViewProp;
 | 
|  }
 | 
|  
 | 
|  namespace IPC {
 | 
| @@ -339,7 +337,7 @@ class ExternalTabContainer : public TabContentsDelegate,
 | 
|    // page without chrome frame.
 | 
|    bool route_all_top_level_navigations_;
 | 
|  
 | 
| -  scoped_ptr<app::win::ScopedProp> prop_;
 | 
| +  scoped_ptr<app::ViewProp> prop_;
 | 
|  
 | 
|    DISALLOW_COPY_AND_ASSIGN(ExternalTabContainer);
 | 
|  };
 | 
| 
 |