| Index: content/browser/tab_contents/tab_contents.h
|
| diff --git a/content/browser/tab_contents/tab_contents.h b/content/browser/tab_contents/tab_contents.h
|
| index a155ad2b09b3c2e73fea805734976f361ba91d17..2fe0ec31cacb7f5a1eed499b22db69f5eace85c5 100644
|
| --- a/content/browser/tab_contents/tab_contents.h
|
| +++ b/content/browser/tab_contents/tab_contents.h
|
| @@ -383,7 +383,7 @@ class CONTENT_EXPORT TabContents
|
| friend class TabContentsViewViews;
|
| #elif defined(OS_MACOSX)
|
| friend class WebContentsViewMac;
|
| -#elif defined(TOOLKIT_USES_GTK)
|
| +#elif defined(TOOLKIT_GTK)
|
| friend class TabContentsViewGtk;
|
| #endif
|
|
|
|
|