| Index: content/browser/browser_child_process_host.cc
|
| ===================================================================
|
| --- content/browser/browser_child_process_host.cc (revision 88904)
|
| +++ content/browser/browser_child_process_host.cc (working copy)
|
| @@ -14,11 +14,11 @@
|
| #include "base/stl_util-inl.h"
|
| #include "base/string_util.h"
|
| #include "chrome/common/chrome_constants.h"
|
| -#include "chrome/common/chrome_switches.h"
|
| #include "content/browser/browser_thread.h"
|
| #include "content/browser/content_browser_client.h"
|
| #include "content/browser/renderer_host/resource_message_filter.h"
|
| #include "content/browser/trace_message_filter.h"
|
| +#include "content/common/content_switches.h"
|
| #include "content/common/notification_service.h"
|
| #include "content/common/plugin_messages.h"
|
| #include "content/common/process_watcher.h"
|
|
|