| Index: chrome/browser/ui/browser_navigator_browsertest.h
|
| diff --git a/chrome/browser/ui/browser_navigator_browsertest.h b/chrome/browser/ui/browser_navigator_browsertest.h
|
| index b5d733afd90b554c874bd65301859af2ed1bd124..2a10152f229aaf910c99324905240f53443afb45 100644
|
| --- a/chrome/browser/ui/browser_navigator_browsertest.h
|
| +++ b/chrome/browser/ui/browser_navigator_browsertest.h
|
| @@ -12,7 +12,7 @@
|
| class Profile;
|
| class TabContents;
|
|
|
| -namespace browser {
|
| +namespace chrome {
|
| struct NavigateParams;
|
| }
|
|
|
| @@ -22,8 +22,8 @@ struct NavigateParams;
|
| class BrowserNavigatorTest : public InProcessBrowserTest,
|
| public content::NotificationObserver {
|
| protected:
|
| - browser::NavigateParams MakeNavigateParams() const;
|
| - browser::NavigateParams MakeNavigateParams(Browser* browser) const;
|
| + chrome::NavigateParams MakeNavigateParams() const;
|
| + chrome::NavigateParams MakeNavigateParams(Browser* browser) const;
|
|
|
| Browser* CreateEmptyBrowserForType(Browser::Type type, Profile* profile);
|
| Browser* CreateEmptyBrowserForApp(Browser::Type type, Profile* profile);
|
|
|