| Index: chrome/common/chrome_paths.cc
|
| diff --git a/chrome/common/chrome_paths.cc b/chrome/common/chrome_paths.cc
|
| index 3ee31d5056cba0cc6f63a7b9c14b7ddfa50711eb..d490a6f7e73ef909cad84d290ad076d4c8c16646 100644
|
| --- a/chrome/common/chrome_paths.cc
|
| +++ b/chrome/common/chrome_paths.cc
|
| @@ -7,7 +7,6 @@
|
| #include "base/files/file_util.h"
|
| #include "base/lazy_instance.h"
|
| #include "base/logging.h"
|
| -#include "base/mac/bundle_locations.h"
|
| #include "base/path_service.h"
|
| #include "base/strings/string_util.h"
|
| #include "base/sys_info.h"
|
| @@ -28,6 +27,7 @@
|
| #endif
|
|
|
| #if defined(OS_MACOSX)
|
| +#include "base/mac/bundle_locations.h"
|
| #include "base/mac/foundation_util.h"
|
| #endif
|
|
|
|
|