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

Unified Diff: base/files/file_path.cc

Issue 1180693002: Update from https://crrev.com/333737 (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: rebased Created 5 years, 6 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/files/file_path.h ('k') | base/files/file_path_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
-}
« no previous file with comments | « base/files/file_path.h ('k') | base/files/file_path_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698