Index: chrome/browser/external_tab_container_win.h |
=================================================================== |
--- chrome/browser/external_tab_container_win.h (revision 66785) |
+++ chrome/browser/external_tab_container_win.h (working copy) |
@@ -31,8 +31,10 @@ |
class RenderViewContextMenuViews; |
namespace app { |
-class ViewProp; |
+namespace win { |
+class ScopedProp; |
} |
+} |
namespace IPC { |
struct NavigationInfo; |
@@ -337,7 +339,7 @@ |
// page without chrome frame. |
bool route_all_top_level_navigations_; |
- scoped_ptr<app::ViewProp> prop_; |
+ scoped_ptr<app::win::ScopedProp> prop_; |
DISALLOW_COPY_AND_ASSIGN(ExternalTabContainer); |
}; |