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

Unified Diff: content/public/renderer/render_view_observer.h

Issue 11232014: Move a bunch of code in content\renderer to the 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
« no previous file with comments | « content/app/content_main_runner.cc ('k') | content/public/test/render_view_fake_resources_test.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/renderer/render_view_observer.h
===================================================================
--- content/public/renderer/render_view_observer.h (revision 163045)
+++ content/public/renderer/render_view_observer.h (working copy)
@@ -12,8 +12,6 @@
#include "ipc/ipc_sender.h"
#include "third_party/WebKit/Source/WebKit/chromium/public/WebIconURL.h"
-class RenderViewImpl;
-
namespace ppapi {
namespace host {
class PpapiHost;
@@ -36,6 +34,7 @@
class RendererPpapiHost;
class RenderView;
+class RenderViewImpl;
// Base class for objects that want to filter incoming IPCs, and also get
// notified of changes to the frame.
@@ -107,7 +106,7 @@
int routing_id() { return routing_id_; }
private:
- friend class ::RenderViewImpl;
+ friend class RenderViewImpl;
// This is called by the RenderView when it's going away so that this object
// can null out its pointer.
« no previous file with comments | « content/app/content_main_runner.cc ('k') | content/public/test/render_view_fake_resources_test.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698