| Index: sandbox/win/src/sharedmem_ipc_client.cc
 | 
| diff --git a/sandbox/win/src/sharedmem_ipc_client.cc b/sandbox/win/src/sharedmem_ipc_client.cc
 | 
| index eac13937c204d90907232e2dba6862005b9d8782..8f79109d1e8e6a92ab4ef4556758758b13dc21ef 100644
 | 
| --- a/sandbox/win/src/sharedmem_ipc_client.cc
 | 
| +++ b/sandbox/win/src/sharedmem_ipc_client.cc
 | 
| @@ -2,14 +2,12 @@
 | 
|  // Use of this source code is governed by a BSD-style license that can be
 | 
|  // found in the LICENSE file.
 | 
|  
 | 
| -#include <stddef.h>
 | 
|  #include <string.h>
 | 
| -
 | 
| -#include "base/logging.h"
 | 
| +#include "sandbox/win/src/sharedmem_ipc_client.h"
 | 
| +#include "sandbox/win/src/sandbox.h"
 | 
|  #include "sandbox/win/src/crosscall_client.h"
 | 
|  #include "sandbox/win/src/crosscall_params.h"
 | 
| -#include "sandbox/win/src/sandbox.h"
 | 
| -#include "sandbox/win/src/sharedmem_ipc_client.h"
 | 
| +#include "base/logging.h"
 | 
|  
 | 
|  namespace sandbox {
 | 
|  
 | 
| 
 |