diff options
Diffstat (limited to 'content')
-rw-r--r-- | content/browser/tab_contents/tab_contents.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/tab_contents/tab_contents.h b/content/browser/tab_contents/tab_contents.h index f38ca63..9a382b0 100644 --- a/content/browser/tab_contents/tab_contents.h +++ b/content/browser/tab_contents/tab_contents.h @@ -580,7 +580,7 @@ class TabContents : public PageNavigator, // Temporary until the view/contents separation is complete. friend class TabContentsView; -#if defined(TOOLKIT_VIEWS) +#if defined(OS_WIN) friend class TabContentsViewViews; #elif defined(OS_MACOSX) friend class TabContentsViewMac; |