Index: chrome/browser/ui/cocoa/notifications/balloon_controller_unittest.mm |
diff --git a/chrome/browser/ui/cocoa/notifications/balloon_controller_unittest.mm b/chrome/browser/ui/cocoa/notifications/balloon_controller_unittest.mm |
index 854e39a9c168fd32549fdccb293c9abdacac7175..72d191382db5c8ecf460f9163d7ffb7a02829f1c 100644 |
--- a/chrome/browser/ui/cocoa/notifications/balloon_controller_unittest.mm |
+++ b/chrome/browser/ui/cocoa/notifications/balloon_controller_unittest.mm |
@@ -59,8 +59,7 @@ class BalloonControllerTest : public ChromeRenderViewHostTestHarness { |
ChromeRenderViewHostTestHarness::SetUp(); |
CocoaTest::BootstrapCocoa(); |
profile()->CreateRequestContext(); |
- Browser::CreateParams native_params(profile(), |
- chrome::HOST_DESKTOP_TYPE_NATIVE); |
+ Browser::CreateParams native_params(profile(), chrome::GetActiveDesktop()); |
browser_.reset( |
chrome::CreateBrowserWithTestWindowForParams(&native_params)); |
collection_.reset(new MockBalloonCollection()); |