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

Unified Diff: chrome/common/child_process_host.h

Issue 113945: Headers cleanup in chrome/common (Closed)
Patch Set: Created 11 years, 7 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
Index: chrome/common/child_process_host.h
diff --git a/chrome/common/child_process_host.h b/chrome/common/child_process_host.h
index 5a49a4419a8bdc43ce84c9130a3ff6e5a44ceadb..bf320d366b69c2928fb9bdc44279d18309f78014 100644
--- a/chrome/common/child_process_host.h
+++ b/chrome/common/child_process_host.h
@@ -5,15 +5,13 @@
#ifndef CHROME_COMMON_CHILD_PROCESS_HOST_H_
#define CHROME_COMMON_CHILD_PROCESS_HOST_H_
-#include "build/build_config.h"
-
#include <list>
+#include <string>
#include "base/basictypes.h"
#include "base/scoped_ptr.h"
#include "base/waitable_event_watcher.h"
#include "chrome/browser/renderer_host/resource_dispatcher_host.h"
-#include "chrome/common/child_process_info.h"
#include "chrome/common/ipc_channel.h"
class NotificationType;

Powered by Google App Engine
This is Rietveld 408576698