Index: chrome/browser/sync/profile_sync_service_unittest.cc |
diff --git a/chrome/browser/sync/profile_sync_service_unittest.cc b/chrome/browser/sync/profile_sync_service_unittest.cc |
index bd55a123bd221b0b85878b6546efec6ce444a7f1..971f96dd4d69e6df1bb47ab0128b5ef9c335062b 100644 |
--- a/chrome/browser/sync/profile_sync_service_unittest.cc |
+++ b/chrome/browser/sync/profile_sync_service_unittest.cc |
@@ -18,6 +18,7 @@ |
#include "chrome/common/pref_names.h" |
#include "chrome/test/base/testing_pref_service.h" |
#include "chrome/test/base/testing_profile.h" |
+#include "chrome/test/testing_browser_process_test.h" |
#include "content/browser/browser_thread.h" |
#include "testing/gmock/include/gmock/gmock.h" |
#include "testing/gtest/include/gtest/gtest.h" |
@@ -37,7 +38,7 @@ using testing::AtMost; |
using testing::Return; |
using testing::StrictMock; |
-class ProfileSyncServiceTest : public testing::Test { |
+class ProfileSyncServiceTest : public TestingBrowserProcessTest { |
protected: |
ProfileSyncServiceTest() |
: ui_thread_(BrowserThread::UI, &ui_loop_), |