| Index: content/browser/plugin_data_remover_impl_browsertest.cc | 
| diff --git a/content/browser/plugin_data_remover_impl_browsertest.cc b/content/browser/plugin_data_remover_impl_browsertest.cc | 
| index 494cc70656e6c07d4201b003fc59cc71c3890028..f0b4ead66f8193dd8e3528a2a6aa88ab06bd1c79 100644 | 
| --- a/content/browser/plugin_data_remover_impl_browsertest.cc | 
| +++ b/content/browser/plugin_data_remover_impl_browsertest.cc | 
| @@ -29,7 +29,7 @@ class PluginDataRemoverTest : 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, | 
|  |