| 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 a418877c04af36b41381710be5096abcec53c4cc..6ceccc10a5f94c2c8f9971dd8f7b47aaeeab2aab 100644
|
| --- a/chrome/browser/ui/global_error/global_error_service.h
|
| +++ b/chrome/browser/ui/global_error/global_error_service.h
|
| @@ -18,7 +18,7 @@ class Profile;
|
| // error should be shown using this service. Examples of global errors are:
|
| // - the previous session crashed for a given profile.
|
| // - a sync error occurred
|
| -class GlobalErrorService : public ProfileKeyedService {
|
| +class GlobalErrorService : public BrowserContextKeyedService {
|
| public:
|
| // Type used to represent the list of currently active errors.
|
| typedef std::vector<GlobalError*> GlobalErrorList;
|
|
|