Chromium Code Reviews| Index: content/shell/browser/layout_test/layout_test_browser_main_parts.h |
| diff --git a/content/shell/browser/layout_test/layout_test_browser_main_parts.h b/content/shell/browser/layout_test/layout_test_browser_main_parts.h |
| index 996add2afc22efa05d811415110875000a521eec..1e28a127d11cf560a8964eb96bec1950c3d1373a 100644 |
| --- a/content/shell/browser/layout_test/layout_test_browser_main_parts.h |
| +++ b/content/shell/browser/layout_test/layout_test_browser_main_parts.h |
| @@ -11,6 +11,12 @@ |
| #include "build/build_config.h" |
| #include "content/shell/browser/shell_browser_main_parts.h" |
| +#if defined(OS_ANDROID) |
| +namespace breakpad { |
| +class CrashDumpManager; |
| +} |
| +#endif |
| + |
| namespace content { |
| class ShellPluginServiceFilter; |