| Index: chrome/browser/chromeos/login/google_authenticator_unittest.cc
|
| diff --git a/chrome/browser/chromeos/login/google_authenticator_unittest.cc b/chrome/browser/chromeos/login/google_authenticator_unittest.cc
|
| index b3a9cae0a619fe1c5d945dfd02c8484083cd9f84..75bc201bc8b520914e598649d9157a945937ccea 100644
|
| --- a/chrome/browser/chromeos/login/google_authenticator_unittest.cc
|
| +++ b/chrome/browser/chromeos/login/google_authenticator_unittest.cc
|
| @@ -26,7 +26,6 @@
|
| #include "chrome/common/chrome_paths.h"
|
| #include "chrome/common/net/gaia/gaia_auth_fetcher_unittest.h"
|
| #include "chrome/common/net/gaia/gaia_urls.h"
|
| -#include "chrome/test/base/testing_browser_process_test.h"
|
| #include "chrome/test/base/testing_profile.h"
|
| #include "content/browser/browser_thread.h"
|
| #include "content/common/url_fetcher.h"
|
| @@ -51,7 +50,7 @@ using ::testing::_;
|
|
|
| namespace chromeos {
|
|
|
| -class GoogleAuthenticatorTest : public TestingBrowserProcessTest {
|
| +class GoogleAuthenticatorTest : public testing::Test {
|
| public:
|
| GoogleAuthenticatorTest()
|
| : message_loop_ui_(MessageLoop::TYPE_UI),
|
|
|