summaryrefslogtreecommitdiffstats
path: root/chrome/browser/browser_init.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/browser_init.cc')
-rw-r--r--chrome/browser/browser_init.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/browser_init.cc b/chrome/browser/browser_init.cc
index f718100..30e8cb5 100644
--- a/chrome/browser/browser_init.cc
+++ b/chrome/browser/browser_init.cc
@@ -427,7 +427,7 @@ bool BrowserInit::LaunchWithProfile::Launch(Profile* profile,
}
if (parsed_command_line.HasSwitch(switches::kEnableFileCookies))
- CookieMonster::EnableFileScheme();
+ net::CookieMonster::EnableFileScheme();
#ifndef NDEBUG
if (parsed_command_line.HasSwitch(switches::kApp)) {