Index: base/files/file_path.cc |
diff --git a/base/files/file_path.cc b/base/files/file_path.cc |
index 33d5ca1b8847f5726f74e10c39366f232de5ab4e..de8927ac5b27c2b70a4117e243181be6c55860f1 100644 |
--- a/base/files/file_path.cc |
+++ b/base/files/file_path.cc |
@@ -1318,7 +1318,3 @@ bool FilePath::IsContentUri() const { |
#endif |
} // namespace base |
- |
-void PrintTo(const base::FilePath& path, std::ostream* out) { |
- *out << path.value(); |
-} |