diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-18 17:19:50 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-18 17:19:50 +0000 |
commit | 3603722dc0afac40a60d91d7340da9f3da4e90d2 (patch) | |
tree | c3025bfa1c1dea98d4588a18fce3801fe0b364f0 /chrome/views/widget/root_view.h | |
parent | d54f6a00bbad514c09793c219ec2e5f3819c1f08 (diff) | |
download | chromium_src-3603722dc0afac40a60d91d7340da9f3da4e90d2.zip chromium_src-3603722dc0afac40a60d91d7340da9f3da4e90d2.tar.gz chromium_src-3603722dc0afac40a60d91d7340da9f3da4e90d2.tar.bz2 |
Remove unneeded uses of base/ref_counted.h.
Review URL: http://codereview.chromium.org/48105
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11974 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/views/widget/root_view.h')
-rw-r--r-- | chrome/views/widget/root_view.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chrome/views/widget/root_view.h b/chrome/views/widget/root_view.h index 802e7b5..adccb9c 100644 --- a/chrome/views/widget/root_view.h +++ b/chrome/views/widget/root_view.h @@ -5,7 +5,12 @@ #ifndef CHROME_VIEWS_WIDGET_ROOT_VIEW_H_ #define CHROME_VIEWS_WIDGET_ROOT_VIEW_H_ +#include "build/build_config.h" + +#if defined(OS_WIN) #include "base/ref_counted.h" +#endif + #include "chrome/views/focus/focus_manager.h" #include "chrome/views/view.h" |