Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4725)

Unified Diff: chrome/browser/ui/global_error/global_error_service.h

Issue 15517005: Remove references to Profile from browser_context_keyed_service. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase & style Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698