| Index: chrome/renderer/renderer_main.cc
|
| diff --git a/chrome/renderer/renderer_main.cc b/chrome/renderer/renderer_main.cc
|
| index a42d96eba3f95c75aed4ba8965b335844d9ef2fc..b3d9fec522f536006b487c796674f41cb2484570 100644
|
| --- a/chrome/renderer/renderer_main.cc
|
| +++ b/chrome/renderer/renderer_main.cc
|
| @@ -8,7 +8,6 @@
|
| #include "base/platform_thread.h"
|
| #include "base/string_util.h"
|
| #include "base/system_monitor.h"
|
| -#include "build/build_config.h"
|
| #include "chrome/common/chrome_constants.h"
|
| #include "chrome/common/chrome_counters.h"
|
| #include "chrome/common/chrome_switches.h"
|
| @@ -23,11 +22,6 @@
|
| #include "chromium_strings.h"
|
| #include "generated_resources.h"
|
|
|
| -#if defined(OS_WIN)
|
| -// Needed for CoInitialize
|
| -#include "chrome/common/win_util.h"
|
| -#endif
|
| -
|
| // This function provides some ways to test crash and assertion handling
|
| // behavior of the renderer.
|
| static void HandleRendererErrorTestParameters(const CommandLine& command_line) {
|
|
|