diff options
author | mark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-15 01:22:51 +0000 |
---|---|---|
committer | mark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-15 01:22:51 +0000 |
commit | b88a291b41a2232943116c95c215442be3d5f24e (patch) | |
tree | 12cc686e1fc47af7372f14dd15749463bf363370 /chrome/common/chrome_paths_internal.h | |
parent | bc6a901f7d54c1307fcffc82181aedcf694470f7 (diff) | |
download | chromium_src-b88a291b41a2232943116c95c215442be3d5f24e.zip chromium_src-b88a291b41a2232943116c95c215442be3d5f24e.tar.gz chromium_src-b88a291b41a2232943116c95c215442be3d5f24e.tar.bz2 |
Don't use NSBundle when unsure of thread safety.
BUG=24842
TEST=unit tests pass, app still works
Review URL: http://codereview.chromium.org/271094
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29077 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/chrome_paths_internal.h')
-rw-r--r-- | chrome/common/chrome_paths_internal.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/chrome/common/chrome_paths_internal.h b/chrome/common/chrome_paths_internal.h index dfaded7..83ae638 100644 --- a/chrome/common/chrome_paths_internal.h +++ b/chrome/common/chrome_paths_internal.h @@ -6,17 +6,8 @@ #define CHROME_COMMON_CHROME_PATHS_INTERNAL_H_ #include "build/build_config.h" - #include "base/file_path.h" -#if defined(OS_MACOSX) -#ifdef __OBJC__ -@class NSBundle; -#else -class NSBundle; -#endif -#endif - namespace chrome { // Get the path to the user's data directory, regardless of whether |