| 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 98b06d78e176d48e006e2d8a3a26bf171827abb8..bf1c6fa49580a74d29e3aab03d4d2dc782f42d14 100644
|
| --- a/content/browser/plugin_data_remover_impl_browsertest.cc
|
| +++ b/content/browser/plugin_data_remover_impl_browsertest.cc
|
| @@ -30,7 +30,7 @@ class PluginDataRemoverTest : public ContentBrowserTest {
|
|
|
| virtual void SetUpCommandLine(CommandLine* command_line) {
|
| #ifdef OS_MACOSX
|
| - FilePath browser_directory;
|
| + base::FilePath browser_directory;
|
| PathService::Get(base::DIR_MODULE, &browser_directory);
|
| command_line->AppendSwitchPath(switches::kExtraPluginDir,
|
| browser_directory.AppendASCII("plugins"));
|
|
|