Index: chrome/browser/extensions/extension_messages_apitest.cc |
diff --git a/chrome/browser/extensions/extension_messages_apitest.cc b/chrome/browser/extensions/extension_messages_apitest.cc |
index 107d8035f37f73d2fb206a617e42078334e1ea54..d727ada9fbef85bd7f26db918215bbe34b6ba730 100644 |
--- a/chrome/browser/extensions/extension_messages_apitest.cc |
+++ b/chrome/browser/extensions/extension_messages_apitest.cc |
@@ -72,9 +72,9 @@ class MessageSender : public content::NotificationObserver { |
return event.Pass(); |
} |
- virtual void Observe(int type, |
- const content::NotificationSource& source, |
- const content::NotificationDetails& details) override { |
+ void Observe(int type, |
+ const content::NotificationSource& source, |
+ const content::NotificationDetails& details) override { |
EventRouter* event_router = |
EventRouter::Get(content::Source<Profile>(source).ptr()); |
@@ -127,7 +127,7 @@ IN_PROC_BROWSER_TEST_F(ExtensionApiTest, MessagingEventURL) { |
// Tests connecting from a panel to its extension. |
class PanelMessagingTest : public ExtensionApiTest { |
- virtual void SetUpCommandLine(CommandLine* command_line) override { |
+ void SetUpCommandLine(CommandLine* command_line) override { |
ExtensionApiTest::SetUpCommandLine(command_line); |
command_line->AppendSwitch(switches::kEnablePanels); |
} |