diff options
Diffstat (limited to 'chrome/browser/plugins/plugin_prefs.h')
-rw-r--r-- | chrome/browser/plugins/plugin_prefs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/plugins/plugin_prefs.h b/chrome/browser/plugins/plugin_prefs.h index 96f62db..c4d0f04 100644 --- a/chrome/browser/plugins/plugin_prefs.h +++ b/chrome/browser/plugins/plugin_prefs.h @@ -15,7 +15,7 @@ #include "base/prefs/pref_service.h" #include "base/synchronization/lock.h" #include "chrome/browser/plugins/plugin_finder.h" -#include "chrome/browser/profiles/refcounted_profile_keyed_service.h" +#include "components/browser_context_keyed_service/refcounted_browser_context_keyed_service.h" class Profile; |