| Index: chrome/browser/shell_integration.h
|
| diff --git a/chrome/browser/shell_integration.h b/chrome/browser/shell_integration.h
|
| index d5ef51d282af429b8bc2ad77b7ac852214194cd2..c40f5a7092f78189374ed146cf75ecd8c88b70a0 100644
|
| --- a/chrome/browser/shell_integration.h
|
| +++ b/chrome/browser/shell_integration.h
|
| @@ -217,9 +217,10 @@ class DefaultBrowserWorker : public DefaultWebClientWorker {
|
| public:
|
| explicit DefaultBrowserWorker(const DefaultWebClientWorkerCallback& callback);
|
|
|
| - private:
|
| + protected:
|
| ~DefaultBrowserWorker() override;
|
|
|
| + private:
|
| // Check if Chrome is the default browser.
|
| DefaultWebClientState CheckIsDefaultImpl() override;
|
|
|
|
|