| Index: content/public/test/test_launcher.cc
 | 
| diff --git a/content/public/test/test_launcher.cc b/content/public/test/test_launcher.cc
 | 
| index 63532ee102e92cf2c6a55b2dbc6305412444c037..498bd8cfe5b9c09845fcb09c7164413b9537d612 100644
 | 
| --- a/content/public/test/test_launcher.cc
 | 
| +++ b/content/public/test/test_launcher.cc
 | 
| @@ -28,7 +28,6 @@
 | 
|  #include "base/time/time.h"
 | 
|  #include "content/public/app/content_main.h"
 | 
|  #include "content/public/app/content_main_delegate.h"
 | 
| -#include "content/public/app/startup_helper_win.h"
 | 
|  #include "content/public/common/content_switches.h"
 | 
|  #include "content/public/common/sandbox_init.h"
 | 
|  #include "content/public/test/browser_test.h"
 | 
| @@ -38,6 +37,7 @@
 | 
|  #if defined(OS_WIN)
 | 
|  #include "base/base_switches.h"
 | 
|  #include "content/common/sandbox_win.h"
 | 
| +#include "content/public/app/sandbox_helper_win.h"
 | 
|  #include "sandbox/win/src/sandbox_factory.h"
 | 
|  #include "sandbox/win/src/sandbox_types.h"
 | 
|  #elif defined(OS_MACOSX)
 | 
| 
 |