| Index: chrome/browser/omnibox_search_hint.h
|
| diff --git a/chrome/browser/omnibox_search_hint.h b/chrome/browser/omnibox_search_hint.h
|
| index 348abf21988893dff26b86921d5acb9269fc85fc..859edf975c1643f89761ffcfd6bb8373c0ebe0b4 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.
|
|
|