| Index: content/browser/plugin_service_impl_browsertest.cc | 
| diff --git a/content/browser/plugin_service_impl_browsertest.cc b/content/browser/plugin_service_impl_browsertest.cc | 
| index 8a5e2cc80a8471ed38bd5d2bb5a5c86ecb3ff4ed..eaf5b6695b1196505f5ca58397fa6fc8a108198e 100644 | 
| --- a/content/browser/plugin_service_impl_browsertest.cc | 
| +++ b/content/browser/plugin_service_impl_browsertest.cc | 
| @@ -143,7 +143,7 @@ class PluginServiceTest : public ContentBrowserTest { | 
| } | 
|  | 
| virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { | 
| -#ifdef OS_MACOSX | 
| +#if defined(OS_MACOSX) | 
| base::FilePath browser_directory; | 
| PathService::Get(base::DIR_MODULE, &browser_directory); | 
| command_line->AppendSwitchPath(switches::kExtraPluginDir, | 
|  |