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

Unified Diff: content/common/content_paths.cc

Issue 2533123002: Fix GN missing headers in //base (Closed)
Patch Set: remove dependency on check_gn_headers Created 3 years, 11 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
Index: content/common/content_paths.cc
diff --git a/content/common/content_paths.cc b/content/common/content_paths.cc
index 0268287386ca2dcff8fb2f344d00d5af21527d76..60ba02e3a6d31bf973b778929c793319ddd1e7db 100644
--- a/content/common/content_paths.cc
+++ b/content/common/content_paths.cc
@@ -5,10 +5,13 @@
#include "content/public/common/content_paths.h"
#include "base/files/file_util.h"
-#include "base/mac/bundle_locations.h"
#include "base/path_service.h"
#include "build/build_config.h"
+#if defined(OS_MACOSX)
+#include "base/mac/bundle_locations.h"
+#endif
+
namespace content {
bool PathProvider(int key, base::FilePath* result) {
« no previous file with comments | « content/browser/media/encrypted_media_browsertest.cc ('k') | content/renderer/media/webrtc_audio_device_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698