Index: chrome/browser/sync/profile_sync_service_startup_unittest.cc |
diff --git a/chrome/browser/sync/profile_sync_service_startup_unittest.cc b/chrome/browser/sync/profile_sync_service_startup_unittest.cc |
index 92ac816a95e8f37109899a054b41f53c2c7b8e3c..ee2ef8147de662f9d25a0c2bf197bc4d597af877 100644 |
--- a/chrome/browser/sync/profile_sync_service_startup_unittest.cc |
+++ b/chrome/browser/sync/profile_sync_service_startup_unittest.cc |
@@ -19,6 +19,7 @@ |
#include "chrome/common/net/gaia/gaia_constants.h" |
#include "chrome/common/pref_names.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" |
@@ -37,7 +38,7 @@ ACTION_P(InvokeCallback, callback_result) { |
} |
// TODO(chron): Test not using cros_user flag and use signin_ |
-class ProfileSyncServiceStartupTest : public testing::Test { |
+class ProfileSyncServiceStartupTest : public TestingBrowserProcessTest { |
public: |
ProfileSyncServiceStartupTest() |
: ui_thread_(BrowserThread::UI, &ui_loop_), |