From 9008ea7f62c26f2f6de602def4b738cd80d2eb45 Mon Sep 17 00:00:00 2001 From: "jam@chromium.org" Date: Thu, 15 Sep 2011 22:25:59 +0000 Subject: fix chromeos build git-svn-id: svn://svn.chromium.org/chrome/trunk/src@101398 0039d316-1c4b-4281-b951-d872f2087c98 --- content/shell/shell_content_browser_client.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content') diff --git a/content/shell/shell_content_browser_client.cc b/content/shell/shell_content_browser_client.cc index 5c6aa48..41a89ce 100644 --- a/content/shell/shell_content_browser_client.cc +++ b/content/shell/shell_content_browser_client.cc @@ -31,7 +31,7 @@ BrowserMainParts* ShellContentBrowserClient::CreateBrowserMainParts( TabContentsView* ShellContentBrowserClient::CreateTabContentsView( TabContents* tab_contents) { -#if defined(TOOLKIT_VIEWS) +#if defined(OS_WIN) return new TabContentsViewWin(tab_contents); #else return NULL; -- cgit v1.1