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 aaa643a8837799dc1a704c20c98870ce3b1b8504..1bdaa7a0d11dd7724e7677fa479b3c260d4e2411 100644 |
--- a/chrome/browser/sync/profile_sync_service_unittest.cc |
+++ b/chrome/browser/sync/profile_sync_service_unittest.cc |
@@ -16,6 +16,7 @@ |
#include "chrome/browser/sync/test_profile_sync_service.h" |
#include "chrome/common/net/gaia/gaia_constants.h" |
#include "chrome/common/pref_names.h" |
+#include "chrome/test/testing_browser_process_test.h" |
#include "chrome/test/testing_pref_service.h" |
#include "chrome/test/testing_profile.h" |
#include "content/browser/browser_thread.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_), |