Chromium Code Reviews

Unified Diff: chrome/browser/nacl_host/nacl_broker_host_win.cc

Issue 5512009: Remove unneeded browser_process.h includes. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: fix linux build Created 10 years ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: chrome/browser/nacl_host/nacl_broker_host_win.cc
===================================================================
--- chrome/browser/nacl_host/nacl_broker_host_win.cc (revision 68246)
+++ chrome/browser/nacl_host/nacl_broker_host_win.cc (working copy)
@@ -7,7 +7,6 @@
#include "base/command_line.h"
#include "base/path_service.h"
#include "ipc/ipc_switches.h"
-#include "chrome/browser/browser_process.h"
#include "chrome/browser/nacl_host/nacl_broker_service_win.h"
#include "chrome/browser/nacl_host/nacl_process_host.h"
#include "chrome/common/chrome_constants.h"

Powered by Google App Engine