| Index: chrome/browser/extensions/api/font_settings/font_settings_api.h
|
| diff --git a/chrome/browser/extensions/api/font_settings/font_settings_api.h b/chrome/browser/extensions/api/font_settings/font_settings_api.h
|
| index 3b0f537b882fa419ce08a3bb3bfb183d8e660636..dfa0dc529dfef6389b22cf9b3ba9cce1fc8d5342 100644
|
| --- a/chrome/browser/extensions/api/font_settings/font_settings_api.h
|
| +++ b/chrome/browser/extensions/api/font_settings/font_settings_api.h
|
| @@ -19,6 +19,10 @@
|
|
|
| class Profile;
|
|
|
| +namespace content {
|
| +class BrowserContext;
|
| +}
|
| +
|
| namespace extensions {
|
|
|
| // This class observes pref changed events on a profile and dispatches the
|
| @@ -72,7 +76,7 @@ class FontSettingsEventRouter {
|
| // doing so caused a regression in perf tests. See crbug.com/163466.
|
| class FontSettingsAPI : public ProfileKeyedAPI {
|
| public:
|
| - explicit FontSettingsAPI(Profile* profile);
|
| + explicit FontSettingsAPI(content::BrowserContext* context);
|
| virtual ~FontSettingsAPI();
|
|
|
| // ProfileKeyedAPI implementation.
|
|
|