Chromium Code Reviews| Index: content/browser/tab_contents/tab_contents.h |
| =================================================================== |
| --- content/browser/tab_contents/tab_contents.h (revision 85284) |
| +++ content/browser/tab_contents/tab_contents.h (working copy) |
| @@ -580,7 +580,7 @@ |
| // Temporary until the view/contents separation is complete. |
| friend class TabContentsView; |
| -#if defined(OS_WIN) |
| +#if defined(TOOLKIT_VIEWS) |
| friend class TabContentsViewViews; |
| #elif defined(OS_MACOSX) |
| friend class TabContentsViewMac; |