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

Unified Diff: content/browser/renderer_host/render_message_filter.h

Issue 2537513006: content: Cleanup class/struct forward declarations (Closed)
Patch Set: Created 4 years 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/browser/renderer_host/render_message_filter.h
diff --git a/content/browser/renderer_host/render_message_filter.h b/content/browser/renderer_host/render_message_filter.h
index 137e7f9cf63ffd7dab27837da66fd821c0d6ba15..6c632f577f5fd6ded733f841f28d442ff2bcf92d 100644
--- a/content/browser/renderer_host/render_message_filter.h
+++ b/content/browser/renderer_host/render_message_filter.h
@@ -49,10 +49,6 @@
class GURL;
struct FontDescriptor;
-namespace base {
-class SharedMemory;
-}
-
namespace gfx {
struct GpuMemoryBufferHandle;
}
@@ -68,7 +64,6 @@ struct MediaLogEvent;
namespace net {
class IOBuffer;
class KeygenHandler;
-class URLRequestContext;
class URLRequestContextGetter;
}

Powered by Google App Engine
This is Rietveld 408576698