| Index: chrome/browser/chrome_content_browser_client.cc
|
| diff --git a/chrome/browser/chrome_content_browser_client.cc b/chrome/browser/chrome_content_browser_client.cc
|
| index 7418ac35eaa7925aabdf9c569a610f09500d98e1..a4b7252a71e52b059b07d600e056c60c0b8afc1d 100644
|
| --- a/chrome/browser/chrome_content_browser_client.cc
|
| +++ b/chrome/browser/chrome_content_browser_client.cc
|
| @@ -81,7 +81,6 @@
|
| #include "chrome/common/chrome_constants.h"
|
| #include "chrome/common/chrome_paths.h"
|
| #include "chrome/common/chrome_switches.h"
|
| -#include "chrome/common/content_settings.h"
|
| #include "chrome/common/env_vars.h"
|
| #include "chrome/common/logging_chrome.h"
|
| #include "chrome/common/pepper_permission_util.h"
|
| @@ -93,6 +92,7 @@
|
| #include "chromeos/chromeos_constants.h"
|
| #include "components/cdm/browser/cdm_message_filter_android.h"
|
| #include "components/cloud_devices/common/cloud_devices_switches.h"
|
| +#include "components/content_settings/core/common/content_settings.h"
|
| #include "components/dom_distiller/core/url_constants.h"
|
| #include "components/google/core/browser/google_util.h"
|
| #include "components/metrics/client_info.h"
|
|
|