| Index: content/test/content_browser_test.cc
|
| diff --git a/content/test/content_browser_test.cc b/content/test/content_browser_test.cc
|
| index a9eb055a5204236dc9b9fd5e4306117e80ac58c0..c02cd9e2e3b804154eb0171ffe195140c3c1074b 100644
|
| --- a/content/test/content_browser_test.cc
|
| +++ b/content/test/content_browser_test.cc
|
| @@ -138,7 +138,7 @@ Shell* ContentBrowserTest::CreateBrowser() {
|
| GURL(chrome::kAboutBlankURL),
|
| NULL,
|
| MSG_ROUTING_NONE,
|
| - NULL);
|
| + gfx::Size());
|
| }
|
|
|
| Shell* ContentBrowserTest::CreateOffTheRecordBrowser() {
|
| @@ -149,7 +149,7 @@ Shell* ContentBrowserTest::CreateOffTheRecordBrowser() {
|
| GURL(chrome::kAboutBlankURL),
|
| NULL,
|
| MSG_ROUTING_NONE,
|
| - NULL);
|
| + gfx::Size());
|
| }
|
|
|
| } // namespace content
|
|
|