summaryrefslogtreecommitdiffstats
path: root/base
diff options
context:
space:
mode:
Diffstat (limited to 'base')
-rw-r--r--base/file_path.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/base/file_path.h b/base/file_path.h
index 890e6ee..c9a9bc9 100644
--- a/base/file_path.h
+++ b/base/file_path.h
@@ -402,12 +402,6 @@ class BASE_EXPORT FilePath {
} // namespace base
-// http://crosbug.com/39008 MTPD has a circular dependency on base and uses the
-// old non-namespaced FilePath.
-#if defined(MTPD_DEVICE_MANAGER_H_)
-using base::FilePath;
-#endif
-
// This is required by googletest to print a readable output on test failures.
BASE_EXPORT extern void PrintTo(const base::FilePath& path, std::ostream* out);