| Index: chrome/browser/extensions/menu_manager_unittest.cc
|
| diff --git a/chrome/browser/extensions/menu_manager_unittest.cc b/chrome/browser/extensions/menu_manager_unittest.cc
|
| index ef20359a5b4525bd1b5afe3c2be214b03fe55751..040c4eb20bcb6f3666ab5eca10b53d75e826543c 100644
|
| --- a/chrome/browser/extensions/menu_manager_unittest.cc
|
| +++ b/chrome/browser/extensions/menu_manager_unittest.cc
|
| @@ -439,7 +439,7 @@ TEST_F(MenuManagerTest, ExtensionUnloadRemovesMenuItems) {
|
| // A mock message service for tests of MenuManager::ExecuteCommand.
|
| class MockEventRouter : public EventRouter {
|
| public:
|
| - explicit MockEventRouter(Profile* profile) : EventRouter(profile, NULL) {}
|
| + explicit MockEventRouter(Profile* profile) : EventRouter(profile) {}
|
|
|
| MOCK_METHOD6(DispatchEventToExtensionMock,
|
| void(const std::string& extension_id,
|
|
|