| Index: chrome/browser/extensions/api/settings_private/prefs_util.h
|
| diff --git a/chrome/browser/extensions/api/settings_private/prefs_util.h b/chrome/browser/extensions/api/settings_private/prefs_util.h
|
| index 1d7954e1467dce6731002f72671c836bfac6f2c2..ee750e7a4af0ed1eb851bed621b4415422857c18 100644
|
| --- a/chrome/browser/extensions/api/settings_private/prefs_util.h
|
| +++ b/chrome/browser/extensions/api/settings_private/prefs_util.h
|
| @@ -30,6 +30,7 @@ class PrefsUtil {
|
| PREF_TYPE_UNSUPPORTED
|
| };
|
|
|
| + // TODO(dbeam): why is the key a std::string rather than const char*?
|
| using TypedPrefMap = std::map<std::string, api::settings_private::PrefType>;
|
|
|
| explicit PrefsUtil(Profile* profile);
|
|
|