| Index: chrome/browser/extensions/extension_url_rewrite_browsertest.cc
|
| ===================================================================
|
| --- chrome/browser/extensions/extension_url_rewrite_browsertest.cc (revision 116109)
|
| +++ chrome/browser/extensions/extension_url_rewrite_browsertest.cc (working copy)
|
| @@ -15,8 +15,8 @@
|
| #include "chrome/test/base/testing_profile.h"
|
| #include "chrome/test/base/ui_test_utils.h"
|
| #include "content/browser/tab_contents/navigation_controller.h"
|
| -#include "content/browser/tab_contents/tab_contents.h"
|
| #include "content/public/browser/navigation_entry.h"
|
| +#include "content/public/browser/web_contents.h"
|
| #include "googleurl/src/gurl.h"
|
|
|
| using content::NavigationEntry;
|
| @@ -33,7 +33,7 @@
|
| }
|
|
|
| NavigationController* GetNavigationController() const {
|
| - return &browser()->GetSelectedTabContents()->GetController();
|
| + return &browser()->GetSelectedWebContents()->GetController();
|
| }
|
|
|
| NavigationEntry* GetNavigationEntry() const {
|
|
|