diff options
Diffstat (limited to 'chrome/browser/ui/cocoa/notifications/balloon_controller_unittest.mm')
-rw-r--r-- | chrome/browser/ui/cocoa/notifications/balloon_controller_unittest.mm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/ui/cocoa/notifications/balloon_controller_unittest.mm b/chrome/browser/ui/cocoa/notifications/balloon_controller_unittest.mm index b8f8137..6dfea68 100644 --- a/chrome/browser/ui/cocoa/notifications/balloon_controller_unittest.mm +++ b/chrome/browser/ui/cocoa/notifications/balloon_controller_unittest.mm @@ -79,7 +79,7 @@ class BalloonControllerTest : public ChromeRenderViewHostTestHarness { TEST_F(BalloonControllerTest, ShowAndCloseTest) { Notification n(GURL("http://www.google.com"), GURL("http://www.google.com"), - ASCIIToUTF16("http://www.google.com"), string16(), + ASCIIToUTF16("http://www.google.com"), base::string16(), new NotificationObjectProxy(-1, -1, -1, false)); scoped_ptr<Balloon> balloon( new Balloon(n, profile(), collection_.get())); @@ -95,7 +95,7 @@ TEST_F(BalloonControllerTest, ShowAndCloseTest) { TEST_F(BalloonControllerTest, SizesTest) { Notification n(GURL("http://www.google.com"), GURL("http://www.google.com"), - ASCIIToUTF16("http://www.google.com"), string16(), + ASCIIToUTF16("http://www.google.com"), base::string16(), new NotificationObjectProxy(-1, -1, -1, false)); scoped_ptr<Balloon> balloon( new Balloon(n, profile(), collection_.get())); |