summaryrefslogtreecommitdiffstats
path: root/chrome/browser/external_tab_container_win.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/external_tab_container_win.h')
-rw-r--r--chrome/browser/external_tab_container_win.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/external_tab_container_win.h b/chrome/browser/external_tab_container_win.h
index 9628a59..0495dde 100644
--- a/chrome/browser/external_tab_container_win.h
+++ b/chrome/browser/external_tab_container_win.h
@@ -31,7 +31,7 @@ class TabContentsContainer;
class RenderViewContextMenuViews;
struct NavigationInfo;
-namespace app {
+namespace ui {
class ViewProp;
}
@@ -336,7 +336,7 @@ class ExternalTabContainer : public TabContentsDelegate,
// page without chrome frame.
bool route_all_top_level_navigations_;
- scoped_ptr<app::ViewProp> prop_;
+ scoped_ptr<ui::ViewProp> prop_;
DISALLOW_COPY_AND_ASSIGN(ExternalTabContainer);
};