| Index: chrome/browser/devtools/devtools_ui_bindings.cc
|
| diff --git a/chrome/browser/devtools/devtools_ui_bindings.cc b/chrome/browser/devtools/devtools_ui_bindings.cc
|
| index 84cc506ae3b0c5f1be6bdec9cadb2dd743cbe387..c1d39fdffe4ec7e72e52a81ea1d730d06a332bd0 100644
|
| --- a/chrome/browser/devtools/devtools_ui_bindings.cc
|
| +++ b/chrome/browser/devtools/devtools_ui_bindings.cc
|
| @@ -11,7 +11,6 @@
|
| #include "base/json/json_writer.h"
|
| #include "base/macros.h"
|
| #include "base/metrics/histogram.h"
|
| -#include "base/prefs/scoped_user_pref_update.h"
|
| #include "base/strings/string_number_conversions.h"
|
| #include "base/strings/string_util.h"
|
| #include "base/strings/stringprintf.h"
|
| @@ -37,6 +36,7 @@
|
| #include "chrome/grit/generated_resources.h"
|
| #include "components/infobars/core/confirm_infobar_delegate.h"
|
| #include "components/infobars/core/infobar.h"
|
| +#include "components/prefs/scoped_user_pref_update.h"
|
| #include "components/syncable_prefs/pref_service_syncable.h"
|
| #include "components/ui/zoom/page_zoom.h"
|
| #include "content/public/browser/devtools_external_agent_proxy.h"
|
|
|