Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6331)

Unified Diff: chrome/common/chrome_paths_internal.h

Issue 271094: Don't use NSBundle when unsure of thread safety (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « base/base_paths_mac.mm ('k') | chrome/common/chrome_paths_mac.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/chrome_paths_internal.h
===================================================================
--- chrome/common/chrome_paths_internal.h (revision 29041)
+++ chrome/common/chrome_paths_internal.h (working copy)
@@ -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
« no previous file with comments | « base/base_paths_mac.mm ('k') | chrome/common/chrome_paths_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698