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

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

Issue 11343017: Move remaining files in content\browser\renderer_host to content namespace. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: fix mac 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/browser/renderer_host/render_widget_host_impl.h
===================================================================
--- content/browser/renderer_host/render_widget_host_impl.h (revision 164665)
+++ content/browser/renderer_host/render_widget_host_impl.h (working copy)
@@ -26,7 +26,6 @@
#include "ui/base/ime/text_input_type.h"
#include "ui/gfx/native_widget_types.h"
-class MockRenderWidgetHost;
class WebCursor;
struct ViewHostMsg_UpdateRect_Params;
struct ViewHostMsg_TextInputState_Params;
@@ -56,12 +55,13 @@
namespace content {
class BackingStore;
-struct EditCommand;
class GestureEventFilter;
+class MockRenderWidgetHost;
class RenderWidgetHostDelegate;
class RenderWidgetHostViewPort;
class SmoothScrollGesture;
class TouchEventQueue;
+struct EditCommand;
// This implements the RenderWidgetHost interface that is exposed to
// embedders of content, and adds things only visible to content.
@@ -520,7 +520,7 @@
std::queue<WebKit::WebInputEvent::Type> in_process_event_types_;
private:
- friend class ::MockRenderWidgetHost;
+ friend class MockRenderWidgetHost;
// Tell this object to destroy itself.
void Destroy();
« no previous file with comments | « content/browser/renderer_host/render_widget_host_gtk.cc ('k') | content/browser/renderer_host/render_widget_host_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698