| Index: chrome/common/chrome_paths.cc
|
| ===================================================================
|
| --- chrome/common/chrome_paths.cc (revision 23061)
|
| +++ chrome/common/chrome_paths.cc (working copy)
|
| @@ -8,7 +8,6 @@
|
| #include "base/file_path.h"
|
| #include "base/file_util.h"
|
| #include "base/logging.h"
|
| -#include "base/mac_util.h"
|
| #include "base/path_service.h"
|
| #include "base/string_util.h"
|
| #include "base/sys_info.h"
|
| @@ -16,6 +15,10 @@
|
| #include "chrome/common/chrome_paths_internal.h"
|
| #include "chrome/common/chrome_switches.h"
|
|
|
| +#if defined(OS_MACOSX)
|
| +#include "base/mac_util.h"
|
| +#endif
|
| +
|
| namespace chrome {
|
|
|
| bool GetGearsPluginPathFromCommandLine(FilePath* path) {
|
|
|