Index: content/renderer/pepper/host_globals.cc |
diff --git a/content/renderer/pepper/host_globals.cc b/content/renderer/pepper/host_globals.cc |
index c8c44fa560f03dafb96fbfc8ad1a9254a6d5f93a..a00748794b47daee8f3b24f2b53e1f15cf5d84d3 100644 |
--- a/content/renderer/pepper/host_globals.cc |
+++ b/content/renderer/pepper/host_globals.cc |
@@ -135,7 +135,7 @@ PP_Module HostGlobals::GetModuleForInstance(PP_Instance instance) { |
} |
std::string HostGlobals::GetCmdLine() { |
- return CommandLine::ForCurrentProcess()->GetSwitchValueASCII( |
+ return base::CommandLine::ForCurrentProcess()->GetSwitchValueASCII( |
switches::kPpapiFlashArgs); |
} |