Index: chrome/browser/plugins/plugin_prefs.cc |
diff --git a/chrome/browser/plugins/plugin_prefs.cc b/chrome/browser/plugins/plugin_prefs.cc |
index f327189060209589fcf5ddc79f8ffb7837b2db6c..e822886f72d1131f5cce9d4de838904f12efa782 100644 |
--- a/chrome/browser/plugins/plugin_prefs.cc |
+++ b/chrome/browser/plugins/plugin_prefs.cc |
@@ -13,7 +13,6 @@ |
#include "base/location.h" |
#include "base/memory/scoped_ptr.h" |
#include "base/path_service.h" |
-#include "base/prefs/scoped_user_pref_update.h" |
#include "base/single_thread_task_runner.h" |
#include "base/strings/pattern.h" |
#include "base/strings/string_util.h" |
@@ -32,6 +31,7 @@ |
#include "chrome/common/chrome_switches.h" |
#include "chrome/common/pref_names.h" |
#include "components/keyed_service/core/keyed_service.h" |
+#include "components/prefs/scoped_user_pref_update.h" |
#include "content/public/browser/browser_thread.h" |
#include "content/public/browser/notification_service.h" |
#include "content/public/browser/plugin_service.h" |