| Index: chrome/common/chrome_paths_mac.mm
|
| diff --git a/chrome/common/chrome_paths_mac.mm b/chrome/common/chrome_paths_mac.mm
|
| index ea033c5518c4bec70cc77cda0b492ac7f9dd37f1..7745be84dbba56e06abff57427a5d4c9bb049d56 100644
|
| --- a/chrome/common/chrome_paths_mac.mm
|
| +++ b/chrome/common/chrome_paths_mac.mm
|
| @@ -19,12 +19,6 @@
|
|
|
| namespace {
|
|
|
| -// TODO(thestig) Remove this once we switch to the 10.6 SDK.
|
| -#if !defined(MAC_OS_X_VERSION_10_6) || \
|
| - MAC_OS_X_VERSION_MAX_ALLOWED < MAC_OS_X_VERSION_10_6
|
| -#define NSPicturesDirectory 19
|
| -#endif
|
| -
|
| const FilePath* g_override_versioned_directory = NULL;
|
|
|
| // Return a retained (NOT autoreleased) NSBundle* as the internal
|
|
|