summaryrefslogtreecommitdiffstats
path: root/chrome/browser/chrome_content_browser_client.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/chrome_content_browser_client.cc')
-rw-r--r--chrome/browser/chrome_content_browser_client.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/chrome_content_browser_client.cc b/chrome/browser/chrome_content_browser_client.cc
index 032bfce..727c953 100644
--- a/chrome/browser/chrome_content_browser_client.cc
+++ b/chrome/browser/chrome_content_browser_client.cc
@@ -202,7 +202,7 @@ RenderProcessHostPrivilege GetProcessPrivilege(
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)