| Index: chrome/browser/extensions/extension_tab_helper.h
|
| diff --git a/chrome/browser/extensions/extension_tab_helper.h b/chrome/browser/extensions/extension_tab_helper.h
|
| index da355ec41b4dc06f079a25602fa60399d5db4ef9..20f623a12198cfcd584a9d4a69b0e2a702188877 100644
|
| --- a/chrome/browser/extensions/extension_tab_helper.h
|
| +++ b/chrome/browser/extensions/extension_tab_helper.h
|
| @@ -130,7 +130,7 @@ class ExtensionTabHelper
|
| virtual void AppNotifyChannelSetupComplete(const std::string& channel_id,
|
| const std::string& error,
|
| int return_route_id,
|
| - int callback_id);
|
| + int callback_id) OVERRIDE;
|
|
|
| // Data for app extensions ---------------------------------------------------
|
|
|
|
|