| Index: chrome/common/chrome_paths_mac.mm
|
| diff --git a/chrome/common/chrome_paths_mac.mm b/chrome/common/chrome_paths_mac.mm
|
| index 7745be84dbba56e06abff57427a5d4c9bb049d56..14b6d3798fd301aadab70cbc95c204ea746261a5 100644
|
| --- a/chrome/common/chrome_paths_mac.mm
|
| +++ b/chrome/common/chrome_paths_mac.mm
|
| @@ -10,6 +10,7 @@
|
| #include <string>
|
|
|
| #include "base/base_paths.h"
|
| +#include "base/base_paths_posix.h"
|
| #include "base/logging.h"
|
| #import "base/mac/foundation_util.h"
|
| #import "base/mac/mac_util.h"
|
| @@ -139,10 +140,6 @@ bool GetUserPicturesDirectory(FilePath* result) {
|
| return base::mac::GetUserDirectory(NSPicturesDirectory, result);
|
| }
|
|
|
| -bool GetUserDesktop(FilePath* result) {
|
| - return base::mac::GetUserDirectory(NSDesktopDirectory, result);
|
| -}
|
| -
|
| FilePath GetVersionedDirectory() {
|
| if (g_override_versioned_directory)
|
| return *g_override_versioned_directory;
|
|
|