Index: chrome/browser/sync/glue/data_type_manager_impl_unittest.cc |
diff --git a/chrome/browser/sync/glue/data_type_manager_impl_unittest.cc b/chrome/browser/sync/glue/data_type_manager_impl_unittest.cc |
index e4387fd72b1b0e12fbeb6935c001c40c7decc6fb..91cb0780de9972e02b84c2af22276a9a135f5606 100644 |
--- a/chrome/browser/sync/glue/data_type_manager_impl_unittest.cc |
+++ b/chrome/browser/sync/glue/data_type_manager_impl_unittest.cc |
@@ -17,11 +17,11 @@ |
#include "chrome/browser/sync/profile_sync_test_util.h" |
#include "chrome/browser/sync/syncable/model_type.h" |
#include "chrome/common/chrome_notification_types.h" |
-#include "content/browser/browser_thread.h" |
+#include "content/public/browser/notification_details.h" |
#include "content/public/browser/notification_registrar.h" |
#include "content/public/browser/notification_service.h" |
-#include "content/public/browser/notification_details.h" |
#include "content/test/notification_observer_mock.h" |
+#include "content/test/test_browser_thread.h" |
#include "testing/gmock/include/gmock/gmock.h" |
#include "testing/gtest/include/gtest/gtest.h" |
@@ -282,7 +282,7 @@ class DataTypeManagerImplTest : public testing::Test { |
} |
MessageLoopForUI message_loop_; |
- BrowserThread ui_thread_; |
+ content::TestBrowserThread ui_thread_; |
DataTypeController::TypeMap controllers_; |
NiceMock<SyncBackendHostMock> backend_; |
content::NotificationObserverMock observer_; |