| Index: chrome/browser/infobars/infobars_browsertest.cc
|
| ===================================================================
|
| --- chrome/browser/infobars/infobars_browsertest.cc (revision 181040)
|
| +++ chrome/browser/infobars/infobars_browsertest.cc (working copy)
|
| @@ -23,7 +23,7 @@
|
| public:
|
| InfoBarsTest() {}
|
|
|
| - void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
|
| + virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
|
| command_line->AppendSwitchASCII(
|
| switches::kAppsGalleryInstallAutoConfirmForTests, "accept");
|
| }
|
|
|