| Index: base/linux_util.cc
|
| diff --git a/base/linux_util.cc b/base/linux_util.cc
|
| index 247580d16a39ea4531801bb478d489f2af6d9f8b..0a9ef56d88eb06d0b3876e2c6fbac2e3057eee82 100644
|
| --- a/base/linux_util.cc
|
| +++ b/base/linux_util.cc
|
| @@ -73,7 +73,7 @@ class LinuxDistroHelper {
|
| #endif // if defined(OS_LINUX)
|
|
|
| // expected prefix of the target of the /proc/self/fd/%d link for a socket
|
| -static const char kSocketLinkPrefix[] = "socket:[";
|
| +const char kSocketLinkPrefix[] = "socket:[";
|
|
|
| // Parse a symlink in /proc/pid/fd/$x and return the inode number of the
|
| // socket.
|
|
|