| 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 01c9326508cfbd2e516ecb776ffc730cfedea3ea..fa37b77ec9d21b7d335dd46cc59061023f630661 100644
|
| --- a/chrome/browser/chrome_content_browser_client.cc
|
| +++ b/chrome/browser/chrome_content_browser_client.cc
|
| @@ -95,7 +95,6 @@
|
| #include "chrome/browser/ui/webui/chrome_web_ui_controller_factory.h"
|
| #include "chrome/browser/ui/webui/log_web_ui_url.h"
|
| #include "chrome/browser/usb/usb_tab_helper.h"
|
| -#include "chrome/browser/webshare/share_service_impl.h"
|
| #include "chrome/common/channel_info.h"
|
| #include "chrome/common/chrome_constants.h"
|
| #include "chrome/common/chrome_features.h"
|
| @@ -254,6 +253,10 @@
|
| #include "chrome/browser/payments/payment_request_factory.h"
|
| #endif
|
|
|
| +#if defined(OS_LINUX) || defined(OS_WIN)
|
| +#include "chrome/browser/webshare/share_service_impl.h"
|
| +#endif
|
| +
|
| #if defined(OS_POSIX) && !defined(OS_MACOSX)
|
| #include "base/debug/leak_annotations.h"
|
| #include "components/crash/content/app/breakpad_linux.h"
|
|
|