From 7d3feb91489d40903324d07d7cbe275adb9af0df Mon Sep 17 00:00:00 2001 From: "sky@chromium.org" Date: Fri, 15 May 2009 20:37:42 +0000 Subject: Handful of changes to get views building again. The tab.cc ifdefs are only short term. I'll stub out parts of chrome_menu next so that these can be removed. BUG=none TEST=none Review URL: http://codereview.chromium.org/115406 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16178 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/common/temp_scaffolding_stubs.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'chrome/common/temp_scaffolding_stubs.h') diff --git a/chrome/common/temp_scaffolding_stubs.h b/chrome/common/temp_scaffolding_stubs.h index bcf4dca..79ea94d 100644 --- a/chrome/common/temp_scaffolding_stubs.h +++ b/chrome/common/temp_scaffolding_stubs.h @@ -247,6 +247,7 @@ class Window { class InputWindowDelegate { }; +#if !defined(TOOLKIT_VIEWS) namespace views { class Menu { @@ -282,6 +283,7 @@ class Menu { }; } // namespace view +#endif class BookmarkManagerView { public: -- cgit v1.1