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

Unified Diff: webrtc/base/pathutils.h

Issue 1896953004: Roll chromium_revision 212f976fef..61ed337cfe (387882:388120) (Closed) Base URL: https://chromium.googlesource.com/external/webrtc@master
Patch Set: Fix Clang warnings Created 4 years, 8 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 | « DEPS ('k') | webrtc/base/pathutils.cc » ('j') | webrtc/base/pathutils.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/base/pathutils.h
diff --git a/webrtc/base/pathutils.h b/webrtc/base/pathutils.h
index 2d5819f1b61c8d39c4b347e4c3af8d001da40de7..c155e8cd1dc20281f6d547c274c4e18b9c559b32 100644
--- a/webrtc/base/pathutils.h
+++ b/webrtc/base/pathutils.h
@@ -44,6 +44,7 @@ public:
static char DefaultFolderDelimiter();
Pathname();
+ Pathname(const Pathname&);
kwiberg-webrtc 2016/04/19 09:21:02 It's more efficient to move than to copy std::stri
Pathname(const std::string& pathname);
Pathname(const std::string& folder, const std::string& filename);
« no previous file with comments | « DEPS ('k') | webrtc/base/pathutils.cc » ('j') | webrtc/base/pathutils.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698