Chromium Code Reviews| Index: chrome/views/widget/root_view.h |
| =================================================================== |
| --- chrome/views/widget/root_view.h (revision 11927) |
| +++ chrome/views/widget/root_view.h (working copy) |
| @@ -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" |