diff options
author | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-04 02:42:56 +0000 |
---|---|---|
committer | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-04 02:42:56 +0000 |
commit | b53945dbc78bef7f47c93928c6a2f23f0c6c0624 (patch) | |
tree | ebe857f943b900a428b04db69da52ae6da0e81df /chrome/views/controls | |
parent | 7b3aa961e8905b04fbe185f85a78a4b6b241ea5d (diff) | |
download | chromium_src-b53945dbc78bef7f47c93928c6a2f23f0c6c0624.zip chromium_src-b53945dbc78bef7f47c93928c6a2f23f0c6c0624.tar.gz chromium_src-b53945dbc78bef7f47c93928c6a2f23f0c6c0624.tar.bz2 |
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
Diffstat (limited to 'chrome/views/controls')
-rw-r--r-- | chrome/views/controls/button/text_button.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |