Index: chrome/browser/extensions/api/system_indicator/system_indicator_apitest.cc |
=================================================================== |
--- chrome/browser/extensions/api/system_indicator/system_indicator_apitest.cc (revision 181040) |
+++ chrome/browser/extensions/api/system_indicator/system_indicator_apitest.cc (working copy) |
@@ -16,7 +16,7 @@ |
class SystemIndicatorApiTest : public ExtensionApiTest { |
public: |
- void SetUpCommandLine(CommandLine* command_line) { |
+ virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { |
ExtensionApiTest::SetUpCommandLine(command_line); |
// Set shorter delays to prevent test timeouts in tests that need to wait |
// for the event page to unload. |