diff options
Diffstat (limited to 'content/browser/tab_contents/tab_contents.h')
-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 9a382b0..f38ca63 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(OS_WIN) +#if defined(TOOLKIT_VIEWS) friend class TabContentsViewViews; #elif defined(OS_MACOSX) friend class TabContentsViewMac; |