| Index: chrome/browser/extensions/notifications_apitest.cc
|
| diff --git a/chrome/browser/extensions/notifications_apitest.cc b/chrome/browser/extensions/notifications_apitest.cc
|
| index b76885605daa6b11a8fc4cdb81ecd6475fe4c182..a1a8b39fe9be1977b97dd314a064378c1c74bca9 100644
|
| --- a/chrome/browser/extensions/notifications_apitest.cc
|
| +++ b/chrome/browser/extensions/notifications_apitest.cc
|
| @@ -38,7 +38,7 @@ class DisabledRichWebkitNotificationTest : public ExtensionApiTest {
|
|
|
| class NotificationIdleTest : public RichWebkitNotificationTest {
|
| protected:
|
| - virtual void SetUpCommandLine(CommandLine* command_line) {
|
| + virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
|
| RichWebkitNotificationTest::SetUpCommandLine(command_line);
|
|
|
| command_line->AppendSwitchASCII(switches::kEventPageIdleTime, "1");
|
|
|