Index: chrome/browser/chrome_content_browser_client.h |
=================================================================== |
--- chrome/browser/chrome_content_browser_client.h (revision 107906) |
+++ chrome/browser/chrome_content_browser_client.h (working copy) |
@@ -16,7 +16,7 @@ |
class ChromeContentBrowserClient : public content::ContentBrowserClient { |
public: |
virtual void CreateBrowserMainParts( |
- const MainFunctionParams& parameters, |
+ const content::MainFunctionParams& parameters, |
std::vector<content::BrowserMainParts*>* parts_list) OVERRIDE; |
virtual RenderWidgetHostView* CreateViewForWidget( |
RenderWidgetHost* widget) OVERRIDE; |