diff options
Diffstat (limited to 'chrome/browser/omnibox_search_hint.h')
-rw-r--r-- | chrome/browser/omnibox_search_hint.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/omnibox_search_hint.h b/chrome/browser/omnibox_search_hint.h index 348abf2..859edf9 100644 --- a/chrome/browser/omnibox_search_hint.h +++ b/chrome/browser/omnibox_search_hint.h @@ -14,7 +14,8 @@ #include "content/public/browser/notification_registrar.h" class Profile; -class TabContentsWrapper; +class TabContents; +typedef TabContents TabContentsWrapper; // This class is responsible for showing an info-bar that tells the user she // can type her search query directly in the omnibox. |