| Index: ppapi/native_client/src/trusted/plugin/sel_ldr_launcher_chrome.h
|
| diff --git a/ppapi/native_client/src/trusted/plugin/sel_ldr_launcher_chrome.h b/ppapi/native_client/src/trusted/plugin/sel_ldr_launcher_chrome.h
|
| index c8857d84d81923801025576bea04ecaa3863e9ed..41b24635e17414f2462604ef3adb9b987e028f91 100644
|
| --- a/ppapi/native_client/src/trusted/plugin/sel_ldr_launcher_chrome.h
|
| +++ b/ppapi/native_client/src/trusted/plugin/sel_ldr_launcher_chrome.h
|
| @@ -14,7 +14,7 @@ namespace plugin {
|
|
|
| class SelLdrLauncherChrome : public nacl::SelLdrLauncherBase {
|
| public:
|
| - virtual bool Start(const char* url);
|
| + bool Start(const char* url) override;
|
|
|
| // Provides a way for LaunchSelLdr() to write bootstrap channel information
|
| // into this class.
|
|
|