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

Unified Diff: content/renderer/render_thread_impl.h

Issue 11225045: Move a bunch of content\common code into the content namespace. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 2 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/renderer/render_thread_impl.h
===================================================================
--- content/renderer/render_thread_impl.h (revision 163359)
+++ content/renderer/render_thread_impl.h (working copy)
@@ -22,7 +22,6 @@
#include "ipc/ipc_channel_proxy.h"
#include "ui/gfx/native_widget_types.h"
-class DBMessageFilter;
class SkBitmap;
class WebDatabaseObserverImpl;
struct ViewMsg_New_Params;
@@ -58,6 +57,7 @@
class AudioMessageFilter;
class AudioRendererMixerManager;
class CompositorThread;
+class DBMessageFilter;
class DevToolsAgentFilter;
class DomStorageDispatcher;
class GpuChannelHost;

Powered by Google App Engine
This is Rietveld 408576698