Index: chrome/browser/sync/glue/ui_data_type_controller_unittest.cc |
diff --git a/chrome/browser/sync/glue/ui_data_type_controller_unittest.cc b/chrome/browser/sync/glue/ui_data_type_controller_unittest.cc |
index e95627c98201b3d2192d7886c56355a38153ec76..94c52fafb6af59f7290fc4f97153d76414705dd8 100644 |
--- a/chrome/browser/sync/glue/ui_data_type_controller_unittest.cc |
+++ b/chrome/browser/sync/glue/ui_data_type_controller_unittest.cc |
@@ -41,6 +41,7 @@ class SyncUIDataTypeControllerTest : public testing::Test { |
public: |
SyncUIDataTypeControllerTest() |
: ui_thread_(BrowserThread::UI, &message_loop_), |
+ profile_sync_service_(&profile_), |
type_(syncer::PREFERENCES), |
change_processor_(new FakeGenericChangeProcessor()) {} |