diff options
Diffstat (limited to 'chrome/browser/notifications/desktop_notifications_unittest.h')
-rw-r--r-- | chrome/browser/notifications/desktop_notifications_unittest.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/notifications/desktop_notifications_unittest.h b/chrome/browser/notifications/desktop_notifications_unittest.h index ab3ad63..6066c82 100644 --- a/chrome/browser/notifications/desktop_notifications_unittest.h +++ b/chrome/browser/notifications/desktop_notifications_unittest.h @@ -100,7 +100,7 @@ class DesktopNotificationsTest : public testing::Test { // Create a message loop to allow notifications code to post tasks, // and a thread so that notifications code runs on the expected thread. MessageLoopForUI message_loop_; - ChromeThread ui_thread_; + BrowserThread ui_thread_; // Test profile. scoped_ptr<TestingProfile> profile_; |