| Index: content/public/browser/web_contents_observer.h
|
| ===================================================================
|
| --- content/public/browser/web_contents_observer.h (revision 163514)
|
| +++ content/public/browser/web_contents_observer.h (working copy)
|
| @@ -14,12 +14,11 @@
|
| #include "ipc/ipc_sender.h"
|
| #include "webkit/glue/window_open_disposition.h"
|
|
|
| -class WebContentsImpl;
|
| -
|
| namespace content {
|
|
|
| class RenderViewHost;
|
| class WebContents;
|
| +class WebContentsImpl;
|
| struct FrameNavigateParams;
|
| struct LoadCommittedDetails;
|
| struct Referrer;
|
| @@ -175,7 +174,7 @@
|
| WebContents* web_contents() const;
|
|
|
| private:
|
| - friend class ::WebContentsImpl;
|
| + friend class WebContentsImpl;
|
|
|
| // Invoked from WebContentsImpl. Invokes WebContentsDestroyed and NULL out
|
| // |web_contents_|.
|
|
|