| Index: chrome/browser/ui/browser_navigator_browsertest.h
|
| diff --git a/chrome/browser/ui/browser_navigator_browsertest.h b/chrome/browser/ui/browser_navigator_browsertest.h
|
| index 2d056dd2f806a1312713b6a885d36cfb5f43f3fc..cbce35eb13f36e989e33d6a5d3c55d690be1442d 100644
|
| --- a/chrome/browser/ui/browser_navigator_browsertest.h
|
| +++ b/chrome/browser/ui/browser_navigator_browsertest.h
|
| @@ -10,7 +10,8 @@
|
| #include "content/public/browser/notification_types.h"
|
|
|
| class Profile;
|
| -class TabContentsWrapper;
|
| +class TabContents;
|
| +typedef TabContents TabContentsWrapper;
|
|
|
| namespace browser {
|
| struct NavigateParams;
|
|
|