| Index: content/public/app/content_main_delegate.cc
|
| diff --git a/content/public/app/content_main_delegate.cc b/content/public/app/content_main_delegate.cc
|
| index 498bc8652ebf473bac4b83a2c62d78603bdd1297..e86f6c8c3e169b74ddb06c2d13eb1c6dd1f3bc8e 100644
|
| --- a/content/public/app/content_main_delegate.cc
|
| +++ b/content/public/app/content_main_delegate.cc
|
| @@ -4,7 +4,9 @@
|
|
|
| #include "content/public/app/content_main_delegate.h"
|
|
|
| +#if !defined(CHROME_MULTIPLE_DLL_CHILD)
|
| #include "content/public/browser/content_browser_client.h"
|
| +#endif
|
|
|
| #if !defined(OS_IOS)
|
| #include "content/public/plugin/content_plugin_client.h"
|
|
|