diff options
author | rsesek@chromium.org <rsesek@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-18 22:16:51 +0000 |
---|---|---|
committer | rsesek@chromium.org <rsesek@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-18 22:16:51 +0000 |
commit | 5d5d0559fff328eeb6b0672d293ea6f9d886d070 (patch) | |
tree | 40da8e3b2b8fd042bea1e88a293d2f2e6994bdf8 /chrome/common/chrome_paths_mac.mm | |
parent | f8949b77dcf5f32ac2da5277c4b6cc0cec5bfaa8 (diff) | |
download | chromium_src-5d5d0559fff328eeb6b0672d293ea6f9d886d070.zip chromium_src-5d5d0559fff328eeb6b0672d293ea6f9d886d070.tar.gz chromium_src-5d5d0559fff328eeb6b0672d293ea6f9d886d070.tar.bz2 |
Remove all the OS X 10.6 SDK forward declarations.
BUG=137676
TEST=compiles
TBR=mechanical change
Review URL: https://chromiumcodereview.appspot.com/10785047
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147318 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/chrome_paths_mac.mm')
-rw-r--r-- | chrome/common/chrome_paths_mac.mm | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/chrome/common/chrome_paths_mac.mm b/chrome/common/chrome_paths_mac.mm index ea033c5..7745be8 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 |