Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(250)

Unified Diff: chrome/renderer/renderer_main.cc

Issue 18460: * Revert "POSIX: Get render_process_host to build." (Closed)
Patch Set: Created 11 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/renderer/render_process.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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) {
« no previous file with comments | « chrome/renderer/render_process.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698