| Index: chrome/app/chrome_main_delegate.cc
|
| ===================================================================
|
| --- chrome/app/chrome_main_delegate.cc (revision 110303)
|
| +++ chrome/app/chrome_main_delegate.cc (working copy)
|
| @@ -30,9 +30,9 @@
|
| #include "chrome/renderer/chrome_content_renderer_client.h"
|
| #include "chrome/utility/chrome_content_utility_client.h"
|
| #include "content/app/content_main.h"
|
| -#include "content/browser/renderer_host/render_process_host.h"
|
| #include "content/common/content_counters.h"
|
| #include "content/public/app/content_main_delegate.h"
|
| +#include "content/public/browser/render_process_host.h"
|
| #include "content/public/common/content_client.h"
|
| #include "content/public/common/content_paths.h"
|
| #include "content/public/common/content_switches.h"
|
|
|