| Index: content/browser/plugin_browsertest.cc
|
| diff --git a/content/browser/plugin_browsertest.cc b/content/browser/plugin_browsertest.cc
|
| index a5ca6da74eae64a34cc7357821296a487641a9f7..8050a4b0a10a876e52d91f979bdd2092ef7525a0 100644
|
| --- a/content/browser/plugin_browsertest.cc
|
| +++ b/content/browser/plugin_browsertest.cc
|
| @@ -49,7 +49,7 @@ class PluginTest : public ContentBrowserTest {
|
| protected:
|
| PluginTest() {}
|
|
|
| - void SetUpCommandLine(CommandLine* command_line) override {
|
| + void SetUpCommandLine(base::CommandLine* command_line) override {
|
| // Some NPAPI tests schedule garbage collection to force object tear-down.
|
| command_line->AppendSwitchASCII(switches::kJavaScriptFlags, "--expose_gc");
|
|
|
|
|