| Index: chrome/browser/extensions/active_tab_unittest.cc
|
| diff --git a/chrome/browser/extensions/active_tab_unittest.cc b/chrome/browser/extensions/active_tab_unittest.cc
|
| index c38a8e2822ffa4b6da0c51f29ddf4684287485c8..cbbc43873857f76a10eff440725ac08a66d21163 100644
|
| --- a/chrome/browser/extensions/active_tab_unittest.cc
|
| +++ b/chrome/browser/extensions/active_tab_unittest.cc
|
| @@ -63,7 +63,7 @@ class ActiveTabTest : public TabContentsTestHarness {
|
|
|
| protected:
|
| int tab_id() {
|
| - return SessionID::IdForTab(tab_contents());
|
| + return SessionID::IdForTab(tab_contents()->web_contents());
|
| }
|
|
|
| ActiveTabPermissionManager* active_tab_permission_manager() {
|
|
|