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

Unified Diff: net/socket/ssl_test_util.cc

Issue 149149: Fix up some code not to set off coverity warnings. (Closed)
Patch Set: Created 11 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 | « net/socket/socket_test_util.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/socket/ssl_test_util.cc
diff --git a/net/socket/ssl_test_util.cc b/net/socket/ssl_test_util.cc
index 101cbf5b64f156d691a76c7872bea5d026f00094..0f012f50687e06e23b2a31a4a69485c30d1b026d 100644
--- a/net/socket/ssl_test_util.cc
+++ b/net/socket/ssl_test_util.cc
@@ -108,7 +108,7 @@ TestServerLauncher::TestServerLauncher() : process_handle_(NULL)
namespace {
-void AppendToPythonPath(FilePath dir) {
+void AppendToPythonPath(const FilePath& dir) {
// Do nothing if dir already on path.
#if defined(OS_WIN)
« no previous file with comments | « net/socket/socket_test_util.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698