| Index: chrome/browser/chrome_content_browser_client.cc
|
| ===================================================================
|
| --- chrome/browser/chrome_content_browser_client.cc (revision 107906)
|
| +++ chrome/browser/chrome_content_browser_client.cc (working copy)
|
| @@ -202,7 +202,7 @@
|
| namespace chrome {
|
|
|
| void ChromeContentBrowserClient::CreateBrowserMainParts(
|
| - const MainFunctionParams& parameters,
|
| + const content::MainFunctionParams& parameters,
|
| std::vector<content::BrowserMainParts*>* parts_list) {
|
| // Construct the Main browser parts based on the OS type.
|
| #if defined(OS_WIN)
|
|
|