Index: content/shell/shell.h |
=================================================================== |
--- content/shell/shell.h (revision 148625) |
+++ content/shell/shell.h (working copy) |
@@ -27,13 +27,12 @@ |
#endif |
class GURL; |
-class WebContents; |
- |
namespace content { |
class BrowserContext; |
class ShellJavaScriptDialogCreator; |
class SiteInstance; |
+class WebContents; |
// This represents one window of the Content Shell, i.e. all the UI including |
// buttons and url bar, as well as the web content area. |