Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(134)

Unified Diff: content/shell/browser/layout_test/layout_test_browser_main_parts.h

Issue 2303153002: Revert "Refactor CrashDump*Manager to use a shared CrashDumpObserver singleton." (Closed)
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 84b4bc81530f48b0ae93e91c7e3152758ba4d37d..1622a31fc1e51a9587c0ffd01a7fd17b5949b7fc 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 base {
class Thread;
}
« no previous file with comments | « components/crash/content/browser/crash_micro_dump_manager_android.cc ('k') | content/shell/browser/shell_browser_main_parts.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698