diff options
Diffstat (limited to 'content/public/browser/content_browser_client.h')
-rw-r--r-- | content/public/browser/content_browser_client.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/content/public/browser/content_browser_client.h b/content/public/browser/content_browser_client.h index 4d4f1ad..8ec5549 100644 --- a/content/public/browser/content_browser_client.h +++ b/content/public/browser/content_browser_client.h @@ -35,11 +35,11 @@ class TabContents; class TabContentsView; class WorkerProcessHost; struct DesktopNotificationHostMsg_Show_Params; -struct MainFunctionParams; struct WebPreferences; namespace content { class BrowserMainParts; +struct MainFunctionParams; } namespace crypto { @@ -86,7 +86,7 @@ class ContentBrowserClient { // implementations for the browser startup code. See comments in // browser_main_parts.h. virtual void CreateBrowserMainParts( - const MainFunctionParams& parameters, + const content::MainFunctionParams& parameters, std::vector<BrowserMainParts*>* parts_list) = 0; // Platform-specific creator. Use this to construct new RenderWidgetHostViews |