diff options
Diffstat (limited to 'chrome/browser/plugins/plugin_prefs_factory.h')
-rw-r--r-- | chrome/browser/plugins/plugin_prefs_factory.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/plugins/plugin_prefs_factory.h b/chrome/browser/plugins/plugin_prefs_factory.h index 2076ced..697ed47 100644 --- a/chrome/browser/plugins/plugin_prefs_factory.h +++ b/chrome/browser/plugins/plugin_prefs_factory.h @@ -7,7 +7,7 @@ #include "base/compiler_specific.h" #include "base/memory/singleton.h" -#include "components/browser_context_keyed_service/refcounted_browser_context_keyed_service_factory.h" +#include "components/keyed_service/content/refcounted_browser_context_keyed_service_factory.h" class PluginPrefs; class Profile; |