| Index: content/public/browser/web_contents_delegate.h
|
| ===================================================================
|
| --- content/public/browser/web_contents_delegate.h (revision 163514)
|
| +++ content/public/browser/web_contents_delegate.h (working copy)
|
| @@ -23,7 +23,6 @@
|
|
|
| class FilePath;
|
| class GURL;
|
| -class WebContentsImpl;
|
|
|
| namespace base {
|
| class ListValue;
|
| @@ -36,6 +35,7 @@
|
| class JavaScriptDialogCreator;
|
| class RenderViewHost;
|
| class WebContents;
|
| +class WebContentsImpl;
|
| class WebIntentsDispatcher;
|
| struct ContextMenuParams;
|
| struct FileChooserParams;
|
| @@ -434,7 +434,7 @@
|
| virtual ~WebContentsDelegate();
|
|
|
| private:
|
| - friend class ::WebContentsImpl;
|
| + friend class WebContentsImpl;
|
|
|
| // Called when |this| becomes the WebContentsDelegate for |source|.
|
| void Attach(WebContents* source);
|
|
|