| 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) {
|
|
|