Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3924)

Unified Diff: chrome/browser/chrome_content_browser_client.cc

Issue 2695563002: Do not build share_service_impl and associated test on Mac/Android. (Closed)
Patch Set: chrome_content_browser_client: Only include the header on Linux and Windows. Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/BUILD.gn ('k') | chrome/test/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 d1a18640e8a7e9d2731e9fa0f26671a691506f92..cb440054325a31a5334bfb27c3bd22c8b62fe89c 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"
@@ -251,6 +250,7 @@
#if defined(OS_LINUX) || defined(OS_CHROMEOS) || defined(OS_WIN)
Sam McNally 2017/02/13 00:27:33 Can we remove the OS_CHROMEOS here? It would be ni
Matt Giuca 2017/02/13 00:32:42 Done. (I thought about doing this but didn't want
#include "chrome/browser/payments/payment_request_factory.h"
+#include "chrome/browser/webshare/share_service_impl.h"
#endif
#if defined(OS_POSIX) && !defined(OS_MACOSX)
« no previous file with comments | « chrome/browser/BUILD.gn ('k') | chrome/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698