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

Unified Diff: ipc/unix_domain_socket_util.h

Issue 1636583002: ipc: remove unused variable from CreateClientUnixDomainSocket() function (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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 | « no previous file | ipc/unix_domain_socket_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ipc/unix_domain_socket_util.h
diff --git a/ipc/unix_domain_socket_util.h b/ipc/unix_domain_socket_util.h
index 13590722950c3473904eb05e54cc4f7c979dced9..78d98644cb9ea847db132e6e8df2b93becc557d5 100644
--- a/ipc/unix_domain_socket_util.h
+++ b/ipc/unix_domain_socket_util.h
@@ -8,8 +8,6 @@
#include <stddef.h>
#include <sys/types.h>
-#include <string>
-
#include "ipc/ipc_export.h"
namespace base {
« no previous file with comments | « no previous file | ipc/unix_domain_socket_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698