Index: content/public/app/startup_helper_win.h |
=================================================================== |
--- content/public/app/startup_helper_win.h (revision 163460) |
+++ content/public/app/startup_helper_win.h (working copy) |
@@ -21,8 +21,7 @@ |
// must be *statically* linked into the executable (along with the static |
// sandbox library); it will not work correctly if it is exported from a |
// DLL and linked in. |
-void InitializeSandboxInfo( |
- sandbox::SandboxInterfaceInfo* sandbox_info); |
+void InitializeSandboxInfo(sandbox::SandboxInterfaceInfo* sandbox_info); |
// Register the invalid param handler and pure call handler to be able to |
// notify breakpad when it happens. |