Index: chrome/browser/chromeos/notifications/desktop_notifications_unittest.h |
diff --git a/chrome/browser/chromeos/notifications/desktop_notifications_unittest.h b/chrome/browser/chromeos/notifications/desktop_notifications_unittest.h |
index ab8cc1d510efa645bd108ddc2f2ba2ae34dfc454..498ad3145e54e4ef60fb43506986ed29627e33c3 100644 |
--- a/chrome/browser/chromeos/notifications/desktop_notifications_unittest.h |
+++ b/chrome/browser/chromeos/notifications/desktop_notifications_unittest.h |
@@ -21,7 +21,7 @@ |
#include "chrome/browser/ui/browser_list.h" |
#include "chrome/test/base/testing_pref_service.h" |
#include "chrome/test/base/testing_profile.h" |
-#include "content/browser/browser_thread.h" |
+#include "content/test/test_browser_thread.h" |
#include "testing/gtest/include/gtest/gtest.h" |
struct DesktopNotificationHostMsg_Show_Params; |
@@ -91,7 +91,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_; |
- BrowserThread ui_thread_; |
+ content::TestBrowserThread ui_thread_; |
// Mock local state. |
TestingPrefService local_state_; |