| Index: chrome/browser/sync/glue/theme_data_type_controller_unittest.cc
|
| diff --git a/chrome/browser/sync/glue/theme_data_type_controller_unittest.cc b/chrome/browser/sync/glue/theme_data_type_controller_unittest.cc
|
| index 247fb6d7fead7552ae3b350f3b3a1744b86ca38c..928d3fc42ab081151bba8f4036151f83ec92512f 100644
|
| --- a/chrome/browser/sync/glue/theme_data_type_controller_unittest.cc
|
| +++ b/chrome/browser/sync/glue/theme_data_type_controller_unittest.cc
|
| @@ -8,14 +8,14 @@
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/message_loop.h"
|
| #include "base/task.h"
|
| -#include "chrome/browser/sync/glue/theme_data_type_controller.h"
|
| #include "chrome/browser/sync/glue/change_processor_mock.h"
|
| #include "chrome/browser/sync/glue/data_type_controller_mock.h"
|
| #include "chrome/browser/sync/glue/model_associator_mock.h"
|
| +#include "chrome/browser/sync/glue/theme_data_type_controller.h"
|
| #include "chrome/browser/sync/profile_sync_factory_mock.h"
|
| #include "chrome/browser/sync/profile_sync_service_mock.h"
|
| #include "chrome/test/base/profile_mock.h"
|
| -#include "content/browser/browser_thread.h"
|
| +#include "content/test/test_browser_thread.h"
|
|
|
| using browser_sync::ThemeDataTypeController;
|
| using browser_sync::ChangeProcessorMock;
|
| @@ -72,7 +72,7 @@ class ThemeDataTypeControllerTest : public testing::Test {
|
| }
|
|
|
| MessageLoopForUI message_loop_;
|
| - BrowserThread ui_thread_;
|
| + content::TestBrowserThread ui_thread_;
|
| scoped_refptr<ThemeDataTypeController> theme_dtc_;
|
| scoped_ptr<ProfileSyncFactoryMock> profile_sync_factory_;
|
| ProfileMock profile_;
|
|
|