| Index: chrome/browser/extensions/page_action_controller_unittest.cc
|
| diff --git a/chrome/browser/extensions/page_action_controller_unittest.cc b/chrome/browser/extensions/page_action_controller_unittest.cc
|
| index bcb16c577aac3b680262dcbe623bd338caf4086a..8211a880c3570e3c3918125d2a03fd6732464765 100644
|
| --- a/chrome/browser/extensions/page_action_controller_unittest.cc
|
| +++ b/chrome/browser/extensions/page_action_controller_unittest.cc
|
| @@ -44,7 +44,7 @@ class PageActionControllerTest : public TabContentsTestHarness {
|
|
|
| protected:
|
| int tab_id() {
|
| - return SessionID::IdForTab(tab_contents());
|
| + return SessionID::IdForTab(web_contents());
|
| }
|
|
|
| ExtensionService* extension_service_;
|
|
|