summaryrefslogtreecommitdiffstats
path: root/chrome/browser/pepper_flash_settings_manager.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/pepper_flash_settings_manager.cc')
-rw-r--r--chrome/browser/pepper_flash_settings_manager.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/pepper_flash_settings_manager.cc b/chrome/browser/pepper_flash_settings_manager.cc
index e319afe..4f5dca1 100644
--- a/chrome/browser/pepper_flash_settings_manager.cc
+++ b/chrome/browser/pepper_flash_settings_manager.cc
@@ -11,7 +11,6 @@
#include "base/bind.h"
#include "base/compiler_specific.h"
#include "base/files/file_util.h"
-#include "base/prefs/pref_service.h"
#include "base/sequenced_task_runner_helpers.h"
#include "base/strings/utf_string_conversions.h"
#include "build/build_config.h"
@@ -20,6 +19,7 @@
#include "chrome/browser/renderer_host/pepper/device_id_fetcher.h"
#include "chrome/common/pref_names.h"
#include "components/pref_registry/pref_registry_syncable.h"
+#include "components/prefs/pref_service.h"
#include "content/public/browser/browser_context.h"
#include "content/public/browser/browser_thread.h"
#include "content/public/browser/pepper_flash_settings_helper.h"