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.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/chrome/browser/external_tab_container_win.h b/chrome/browser/external_tab_container_win.h
index 9821c4b..f08f364 100644
--- a/chrome/browser/external_tab_container_win.h
+++ b/chrome/browser/external_tab_container_win.h
@@ -29,15 +29,12 @@ class AutomationProvider;
class Profile;
class TabContentsContainer;
class RenderViewContextMenuViews;
+struct NavigationInfo;
namespace app {
class ViewProp;
}
-namespace IPC {
-struct NavigationInfo;
-}
-
// This class serves as the container window for an external tab.
// An external tab is a Chrome tab that is meant to displayed in an
// external process. This class provides the FocusManger needed by the
@@ -225,7 +222,7 @@ class ExternalTabContainer : public TabContentsDelegate,
virtual void OnDestroy();
virtual void OnFinalMessage(HWND window);
- bool InitNavigationInfo(IPC::NavigationInfo* nav_info,
+ bool InitNavigationInfo(NavigationInfo* nav_info,
NavigationType::Type nav_type,
int relative_offset);
void Navigate(const GURL& url, const GURL& referrer);