| Index: chrome/app/chrome_main_delegate.cc
|
| diff --git a/chrome/app/chrome_main_delegate.cc b/chrome/app/chrome_main_delegate.cc
|
| index cfdeb46d80d393a6fc10f8ad2671a9c45a803c5d..1007f00164c447b6b6c427564abbbfc10aff0711 100644
|
| --- a/chrome/app/chrome_main_delegate.cc
|
| +++ b/chrome/app/chrome_main_delegate.cc
|
| @@ -30,10 +30,10 @@
|
| #include "chrome/renderer/chrome_content_renderer_client.h"
|
| #include "chrome/utility/chrome_content_utility_client.h"
|
| #include "content/app/content_main.h"
|
| -#include "content/app/content_main_delegate.h"
|
| #include "content/browser/renderer_host/render_process_host.h"
|
| #include "content/common/content_counters.h"
|
| #include "content/common/content_paths.h"
|
| +#include "content/public/app/content_main_delegate.h"
|
| #include "content/public/common/content_client.h"
|
| #include "content/public/common/content_switches.h"
|
| #include "media/base/media.h"
|
|
|