| Index: content/child/child_thread_impl.h
|
| diff --git a/content/child/child_thread_impl.h b/content/child/child_thread_impl.h
|
| index a5bac150ea161df47b1f2e56fee93a398c80dc2f..6a2aa5afd763a00aa74469f5e8a7886fc82b2896 100644
|
| --- a/content/child/child_thread_impl.h
|
| +++ b/content/child/child_thread_impl.h
|
| @@ -48,16 +48,11 @@ class ScopedIPCSupport;
|
| } // namespace edk
|
| } // namespace mojo
|
|
|
| -namespace blink {
|
| -class WebFrame;
|
| -} // namespace blink
|
| -
|
| namespace discardable_memory {
|
| class ClientDiscardableSharedMemoryManager;
|
| } // namespace discardable_memory
|
|
|
| namespace content {
|
| -class ChildMessageFilter;
|
| class ChildHistogramMessageFilter;
|
| class ChildResourceMessageFilter;
|
| class ChildSharedBitmapManager;
|
| @@ -70,7 +65,6 @@ class QuotaDispatcher;
|
| class QuotaMessageFilter;
|
| class ResourceDispatcher;
|
| class ThreadSafeSender;
|
| -struct RequestInfo;
|
|
|
| // The main thread of a child process derives from this class.
|
| class CONTENT_EXPORT ChildThreadImpl
|
|
|