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

Unified Diff: content/public/browser/web_contents_delegate.h

Issue 11231077: Move a bunch more 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
« no previous file with comments | « content/common/web_database_observer_impl.cc ('k') | content/public/browser/web_contents_observer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « content/common/web_database_observer_impl.cc ('k') | content/public/browser/web_contents_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698