From b53945dbc78bef7f47c93928c6a2f23f0c6c0624 Mon Sep 17 00:00:00 2001 From: "ben@chromium.org" Date: Mon, 4 May 2009 02:42:56 +0000 Subject: Only include views_resources.h on Windows, since it looks like Linux is still building this file. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15183 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/views/controls/button/text_button.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chrome/views/controls/button') diff --git a/chrome/views/controls/button/text_button.cc b/chrome/views/controls/button/text_button.cc index 4e0b5f7..6ac05ed 100644 --- a/chrome/views/controls/button/text_button.cc +++ b/chrome/views/controls/button/text_button.cc @@ -10,10 +10,10 @@ #include "chrome/common/throb_animation.h" #include "chrome/views/controls/button/button.h" #include "chrome/views/event.h" -#include "grit/views_resources.h" #if defined(OS_WIN) #include "chrome/common/win_util.h" +#include "grit/views_resources.h" #endif namespace views { -- cgit v1.1