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

Unified Diff: chrome/renderer/chrome_content_renderer_client.h

Issue 2530053003: chrome: Cleanup class/struct forward declarations (Closed)
Patch Set: Rebase + address comment 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
« no previous file with comments | « chrome/installer/util/google_update_settings.h ('k') | chrome/renderer/chrome_render_frame_observer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/chrome_content_renderer_client.h
diff --git a/chrome/renderer/chrome_content_renderer_client.h b/chrome/renderer/chrome_content_renderer_client.h
index 7cace645593b60a0679ba08f277b3dc5e0fffe13..024b926594b8399bc6f48f47c31a2eb423a98783 100644
--- a/chrome/renderer/chrome_content_renderer_client.h
+++ b/chrome/renderer/chrome_content_renderer_client.h
@@ -37,7 +37,6 @@ class ChromePDFPrintClient;
class PrescientNetworkingDispatcher;
#if BUILDFLAG(ENABLE_SPELLCHECK)
class SpellCheck;
-class SpellCheckProvider;
#endif
struct ChromeViewHostMsg_GetPluginInfo_Output;
@@ -52,7 +51,6 @@ class PrescientNetworkingDispatcher;
}
namespace extensions {
-class Dispatcher;
class Extension;
}
@@ -72,10 +70,6 @@ namespace web_cache {
class WebCacheImpl;
}
-namespace blink {
-class WebSecurityOrigin;
-}
-
#if BUILDFLAG(ENABLE_WEBRTC)
class WebRtcLoggingMessageFilter;
#endif
« no previous file with comments | « chrome/installer/util/google_update_settings.h ('k') | chrome/renderer/chrome_render_frame_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698