diff options
Diffstat (limited to 'chrome/renderer/renderer_main.cc')
-rw-r--r-- | chrome/renderer/renderer_main.cc | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/chrome/renderer/renderer_main.cc b/chrome/renderer/renderer_main.cc index a42d96e..b3d9fec 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) { |