Index: content/ppapi_plugin/ppapi_plugin_main.cc |
diff --git a/content/ppapi_plugin/ppapi_plugin_main.cc b/content/ppapi_plugin/ppapi_plugin_main.cc |
index fb0beda4ab334ba19d6811fb8a9f336cf440de93..065c6f27cba9b6b5b134605597d752a5ab4c7ceb 100644 |
--- a/content/ppapi_plugin/ppapi_plugin_main.cc |
+++ b/content/ppapi_plugin/ppapi_plugin_main.cc |
@@ -63,7 +63,7 @@ void SkiaPreCacheFont(const LOGFONT& logfont) { |
// Main function for starting the PPAPI plugin process. |
int PpapiPluginMain(const MainFunctionParams& parameters) { |
- const CommandLine& command_line = parameters.command_line; |
+ const base::CommandLine& command_line = parameters.command_line; |
#if defined(OS_WIN) |
g_target_services = parameters.sandbox_info->target_services; |