| Index: chrome/browser/fast_shutdown_browsertest.cc
|
| diff --git a/chrome/browser/fast_shutdown_browsertest.cc b/chrome/browser/fast_shutdown_browsertest.cc
|
| index 033a0cd55571839c89d9303461135a7825c2e6a3..d76b73e2d5462a058895c00fac2bc9fda8da374b 100644
|
| --- a/chrome/browser/fast_shutdown_browsertest.cc
|
| +++ b/chrome/browser/fast_shutdown_browsertest.cc
|
| @@ -26,7 +26,7 @@ class FastShutdown : public InProcessBrowserTest {
|
| FastShutdown() {
|
| }
|
|
|
| - virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
|
| + virtual void SetUpCommandLine(CommandLine* command_line) override {
|
| command_line->AppendSwitch(switches::kDisablePopupBlocking);
|
| }
|
|
|
|
|