| Index: chrome/browser/download/download_request_limiter.h
|
| diff --git a/chrome/browser/download/download_request_limiter.h b/chrome/browser/download/download_request_limiter.h
|
| index 420de0e9183f52d05cee9092bda05e368ad56210..6162d60270ba0f3637ee4a0267ff81ad52e70411 100644
|
| --- a/chrome/browser/download/download_request_limiter.h
|
| +++ b/chrome/browser/download/download_request_limiter.h
|
| @@ -18,7 +18,8 @@
|
| #include "content/public/browser/web_contents_observer.h"
|
|
|
| class DownloadRequestInfoBarDelegate;
|
| -class TabContentsWrapper;
|
| +class TabContents;
|
| +typedef TabContents TabContentsWrapper;
|
|
|
| namespace content {
|
| class NavigationController;
|
|
|