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

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

Issue 2473003002: content: Cleanup class/struct forward declarations (Closed)
Patch Set: Another missing forward declaration Created 4 years, 1 month 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 1622a31fc1e51a9587c0ffd01a7fd17b5949b7fc..996add2afc22efa05d811415110875000a521eec 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,20 +11,6 @@
#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;
-}
-
-namespace net {
-class NetLog;
-}
-
namespace content {
class ShellPluginServiceFilter;

Powered by Google App Engine
This is Rietveld 408576698