| Index: chrome/browser/ui/global_error/global_error_service.h
|
| diff --git a/chrome/browser/ui/global_error/global_error_service.h b/chrome/browser/ui/global_error/global_error_service.h
|
| index 6ef29189e02ba100257152845da717d989527d4e..3bf3a6b01e8422d9e22ac7b3fac22d892381e11c 100644
|
| --- a/chrome/browser/ui/global_error/global_error_service.h
|
| +++ b/chrome/browser/ui/global_error/global_error_service.h
|
| @@ -26,7 +26,7 @@ class GlobalErrorService : public KeyedService {
|
| // Constructs a GlobalErrorService object for the given profile. The profile
|
| // maybe NULL for tests.
|
| explicit GlobalErrorService(Profile* profile);
|
| - virtual ~GlobalErrorService();
|
| + ~GlobalErrorService() override;
|
|
|
| // Adds the given error to the list of global errors and displays it on
|
| // browswer windows. If no browser windows are open then the error is
|
|
|