Index: content/shell/app/blink_test_platform_support_mac.mm |
diff --git a/content/shell/app/blink_test_platform_support_mac.mm b/content/shell/app/blink_test_platform_support_mac.mm |
index 820d09564d5c526aa313c57c7181d1c0f1942d8e..34e2694b76fded1ad1e1cf7761f07fa30911e0fd 100644 |
--- a/content/shell/app/blink_test_platform_support_mac.mm |
+++ b/content/shell/app/blink_test_platform_support_mac.mm |
@@ -87,7 +87,7 @@ bool BlinkTestPlatformInitialize() { |
base::FilePath plugins_dir; |
PathService::Get(base::DIR_EXE, &plugins_dir); |
plugins_dir = plugins_dir.AppendASCII("../../../plugins"); |
- CommandLine& command_line = *CommandLine::ForCurrentProcess(); |
+ base::CommandLine& command_line = *base::CommandLine::ForCurrentProcess(); |
command_line.AppendSwitchPath(switches::kExtraPluginDir, plugins_dir); |
return true; |