| Index: chrome/browser/extensions/extension_url_rewrite_browsertest.cc
|
| ===================================================================
|
| --- chrome/browser/extensions/extension_url_rewrite_browsertest.cc (revision 116232)
|
| +++ chrome/browser/extensions/extension_url_rewrite_browsertest.cc (working copy)
|
| @@ -14,7 +14,7 @@
|
| #include "chrome/test/base/in_process_browser_test.h"
|
| #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/public/browser/navigation_controller.h"
|
| #include "content/public/browser/navigation_entry.h"
|
| #include "content/public/browser/web_contents.h"
|
| #include "googleurl/src/gurl.h"
|
| @@ -32,7 +32,7 @@
|
| return GURL(GetLocationBarText());
|
| }
|
|
|
| - NavigationController* GetNavigationController() const {
|
| + content::NavigationController* GetNavigationController() const {
|
| return &browser()->GetSelectedWebContents()->GetController();
|
| }
|
|
|
|
|