summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/webui/print_preview/sticky_settings.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/ui/webui/print_preview/sticky_settings.cc')
-rw-r--r--chrome/browser/ui/webui/print_preview/sticky_settings.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/ui/webui/print_preview/sticky_settings.cc b/chrome/browser/ui/webui/print_preview/sticky_settings.cc
index e9077b1..d1c9d98 100644
--- a/chrome/browser/ui/webui/print_preview/sticky_settings.cc
+++ b/chrome/browser/ui/webui/print_preview/sticky_settings.cc
@@ -6,12 +6,12 @@
#include "base/command_line.h"
#include "base/files/file_path.h"
-#include "base/prefs/pref_service.h"
#include "base/values.h"
#include "chrome/browser/profiles/profile.h"
#include "chrome/common/chrome_switches.h"
#include "chrome/common/pref_names.h"
#include "components/pref_registry/pref_registry_syncable.h"
+#include "components/prefs/pref_service.h"
#include "printing/page_size_margins.h"
namespace printing {