| Index: chrome/browser/extensions/extension_url_rewrite_browsertest.cc
|
| ===================================================================
|
| --- chrome/browser/extensions/extension_url_rewrite_browsertest.cc (revision 115900)
|
| +++ chrome/browser/extensions/extension_url_rewrite_browsertest.cc (working copy)
|
| @@ -19,6 +19,8 @@
|
| #include "content/public/browser/navigation_entry.h"
|
| #include "googleurl/src/gurl.h"
|
|
|
| +using content::NavigationEntry;
|
| +
|
| class ExtensionURLRewriteBrowserTest : public ExtensionBrowserTest {
|
| protected:
|
| std::string GetLocationBarText() const {
|
| @@ -34,7 +36,7 @@
|
| return &browser()->GetSelectedTabContents()->GetController();
|
| }
|
|
|
| - content::NavigationEntry* GetNavigationEntry() const {
|
| + NavigationEntry* GetNavigationEntry() const {
|
| return GetNavigationController()->GetActiveEntry();
|
| }
|
|
|
|
|