| 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 ebd8297e1b7699b18ef026e3951edb28ec5c20a9..92ac816a95e8f37109899a054b41f53c2c7b8e3c 100644
|
| --- a/chrome/browser/sync/profile_sync_service_startup_unittest.cc
|
| +++ b/chrome/browser/sync/profile_sync_service_startup_unittest.cc
|
| @@ -18,7 +18,6 @@
|
| #include "chrome/common/net/gaia/gaia_auth_consumer.h"
|
| #include "chrome/common/net/gaia/gaia_constants.h"
|
| #include "chrome/common/pref_names.h"
|
| -#include "chrome/test/base/testing_browser_process_test.h"
|
| #include "chrome/test/base/testing_profile.h"
|
| #include "content/browser/browser_thread.h"
|
| #include "testing/gmock/include/gmock/gmock.h"
|
| @@ -38,7 +37,7 @@ ACTION_P(InvokeCallback, callback_result) {
|
| }
|
|
|
| // TODO(chron): Test not using cros_user flag and use signin_
|
| -class ProfileSyncServiceStartupTest : public TestingBrowserProcessTest {
|
| +class ProfileSyncServiceStartupTest : public testing::Test {
|
| public:
|
| ProfileSyncServiceStartupTest()
|
| : ui_thread_(BrowserThread::UI, &ui_loop_),
|
|
|