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

Unified Diff: base/file_path.h

Issue 12294008: Fix more remaining FilePath -> base::FilePath. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 10 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_win.cc ('k') | base/file_util_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/file_path.h
diff --git a/base/file_path.h b/base/file_path.h
index c01da94026801a57a6933081e06b3c389ec3240d..707d4abefdbe31b8ebdabcd7f7e0a924cd90d85f 100644
--- a/base/file_path.h
+++ b/base/file_path.h
@@ -408,7 +408,7 @@ class BASE_EXPORT FilePath {
// http://crosbug.com/39008 MTPD has a circular dependency on base and uses the
// old non-namespaced FilePath.
#if defined(MTPD_DEVICE_MANAGER_H_) || defined(OS_CHROMEOS) || \
- !defined(OS_LINUX)
+ (!defined(OS_LINUX) && !defined(OS_MAXOSX))
using base::FilePath;
#endif
« no previous file with comments | « base/base_paths_win.cc ('k') | base/file_util_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698