Index: content/public/common/content_switches.cc |
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc |
index 8735045462fae0de3a85057c1abe75a7b1b3b75b..62ee629762bcc4fb5a04a35e1ef26be9d1079ebf 100644 |
--- a/content/public/common/content_switches.cc |
+++ b/content/public/common/content_switches.cc |
@@ -987,7 +987,7 @@ const char kEnablePluginPowerSaver[] = "enable-plugin-power-saver"; |
bool IsWin32kRendererLockdownEnabled() { |
const std::string group_name = |
base::FieldTrialList::FindFullName("Win32kLockdown"); |
- const base::CommandLine* cmd_line = CommandLine::ForCurrentProcess(); |
+ const base::CommandLine* cmd_line = base::CommandLine::ForCurrentProcess(); |
if (cmd_line->HasSwitch(kEnableWin32kRendererLockDown)) |
return true; |
if (cmd_line->HasSwitch(kDisableWin32kRendererLockDown)) |