| Index: chrome/browser/ui/browser_instant_controller_unittest.cc
|
| diff --git a/chrome/browser/ui/browser_instant_controller_unittest.cc b/chrome/browser/ui/browser_instant_controller_unittest.cc
|
| index 975063a81d490a964879c61330fec063f5310d3b..4441dca5531110c4839dba5ee5abcd95fb494764 100644
|
| --- a/chrome/browser/ui/browser_instant_controller_unittest.cc
|
| +++ b/chrome/browser/ui/browser_instant_controller_unittest.cc
|
| @@ -204,7 +204,7 @@ TEST_F(BrowserInstantControllerTest, GoogleBaseURLUpdated) {
|
|
|
| TEST_F(BrowserInstantControllerTest, BrowserWindowLifecycle) {
|
| scoped_ptr<BrowserWindow> window(CreateBrowserWindow());
|
| - Browser::CreateParams params(profile(), chrome::HOST_DESKTOP_TYPE_NATIVE);
|
| + Browser::CreateParams params(profile(), ui::HOST_DESKTOP_TYPE_NATIVE);
|
| params.window = window.get();
|
| scoped_ptr<Browser> browser(new Browser(params));
|
| InstantServiceObserver* bic;
|
|
|