| Index: content/browser/renderer_host/render_sandbox_host_linux.cc
|
| diff --git a/content/browser/renderer_host/render_sandbox_host_linux.cc b/content/browser/renderer_host/render_sandbox_host_linux.cc
|
| index 8d057902b8351dee09e9ed895d12750c2a2cef6b..1b36fbadbe1c010f3f8c285b58bcfe21ddc3520c 100644
|
| --- a/content/browser/renderer_host/render_sandbox_host_linux.cc
|
| +++ b/content/browser/renderer_host/render_sandbox_host_linux.cc
|
| @@ -120,7 +120,7 @@ class SandboxIPCProcess {
|
| << "Sandbox host message is larger than kMaxFontFamilyLength";
|
| return;
|
| }
|
| - if (fds.size() == 0)
|
| + if (fds.empty())
|
| return;
|
|
|
| Pickle pickle(buf, len);
|
|
|