Index: base/base_paths_mac.mm |
diff --git a/base/base_paths_mac.mm b/base/base_paths_mac.mm |
index d217d906ad9e33a0771963512133081e51c1c3ce..630f742a9ffbd16ac5e3779b1a99065714227397 100644 |
--- a/base/base_paths_mac.mm |
+++ b/base/base_paths_mac.mm |
@@ -90,9 +90,6 @@ bool PathProviderMac(int key, FilePath* result) { |
*result = result->DirName().DirName(); |
} |
#endif |
- if (result->ReferencesParent()) { |
- return file_util::AbsolutePath(result); |
- } |
return true; |
case base::DIR_USER_DESKTOP: |
#if defined(OS_IOS) |