| Index: chrome/browser/extensions/api/tabs/tabs.h
|
| diff --git a/chrome/browser/extensions/api/tabs/tabs.h b/chrome/browser/extensions/api/tabs/tabs.h
|
| index c0e0212544d1f0868107f8de57833095457c63d9..e5780c38de73929876bff8fc8e251ec866880feb 100644
|
| --- a/chrome/browser/extensions/api/tabs/tabs.h
|
| +++ b/chrome/browser/extensions/api/tabs/tabs.h
|
| @@ -18,7 +18,6 @@ class BackingStore;
|
| class GURL;
|
| class PrefService;
|
| class SkBitmap;
|
| -class TabContents;
|
|
|
| namespace base {
|
| class DictionaryValue;
|
| @@ -130,7 +129,7 @@ class UpdateTabFunction : public AsyncExtensionFunction {
|
| bool* is_async);
|
| virtual void PopulateResult();
|
|
|
| - TabContents* tab_contents_;
|
| + content::WebContents* web_contents_;
|
|
|
| private:
|
| virtual bool RunImpl() OVERRIDE;
|
|
|