diff options
Diffstat (limited to 'content/shell/shell.h')
-rw-r--r-- | content/shell/shell.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/content/shell/shell.h b/content/shell/shell.h index bb2d9f2..c4b09f7 100644 --- a/content/shell/shell.h +++ b/content/shell/shell.h @@ -23,12 +23,11 @@ typedef struct _GtkToolItem GtkToolItem; #endif class GURL; -class SiteInstance; class TabContents; namespace content { - class BrowserContext; +class SiteInstance; // 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. |