Chromium Code Reviews| Index: content/shell/shell.cc |
| =================================================================== |
| --- content/shell/shell.cc (revision 118952) |
| +++ content/shell/shell.cc (working copy) |
| @@ -11,6 +11,8 @@ |
| #include "content/browser/tab_contents/tab_contents.h" |
| #include "ui/gfx/size.h" |
| +using content::SiteInstance; |
|
jam
2012/01/25 02:02:17
nit: not needed since this file is in the content
ananta
2012/01/25 02:16:29
Done.
|
| + |
| // Content area size for newly created windows. |
| static const int kTestWindowWidth = 800; |
| static const int kTestWindowHeight = 600; |