| Index: chrome/browser/plugins/plugin_prefs.h
|
| diff --git a/chrome/browser/plugins/plugin_prefs.h b/chrome/browser/plugins/plugin_prefs.h
|
| index eab192e74496748f3b8d7bc159e16bd215b69dbb..33fe31ae5bd1ae22256a25de6c1b3d6a97f40ded 100644
|
| --- a/chrome/browser/plugins/plugin_prefs.h
|
| +++ b/chrome/browser/plugins/plugin_prefs.h
|
| @@ -11,11 +11,11 @@
|
|
|
| #include "base/files/file_path.h"
|
| #include "base/macros.h"
|
| -#include "base/prefs/pref_change_registrar.h"
|
| -#include "base/prefs/pref_service.h"
|
| #include "base/synchronization/lock.h"
|
| #include "chrome/browser/plugins/plugin_finder.h"
|
| #include "components/keyed_service/core/refcounted_keyed_service.h"
|
| +#include "components/prefs/pref_change_registrar.h"
|
| +#include "components/prefs/pref_service.h"
|
|
|
| class Profile;
|
|
|
|
|