| Index: google_apis/gaia/gaia_oauth_client_unittest.cc
|
| diff --git a/google_apis/gaia/gaia_oauth_client_unittest.cc b/google_apis/gaia/gaia_oauth_client_unittest.cc
|
| index e84a698cf8d72ba0d0c5f332b0a9dcf55c9bbace..cdeb48311547a39c841af49417887a16feb6d5af 100644
|
| --- a/google_apis/gaia/gaia_oauth_client_unittest.cc
|
| +++ b/google_apis/gaia/gaia_oauth_client_unittest.cc
|
| @@ -7,7 +7,6 @@
|
| #include <string>
|
| #include <vector>
|
|
|
| -#include "base/message_loop/message_loop.h"
|
| #include "base/strings/string_number_conversions.h"
|
| #include "base/values.h"
|
| #include "google_apis/gaia/gaia_oauth_client.h"
|
| @@ -155,8 +154,7 @@ const std::string kDummyTokenInfoResult =
|
| namespace gaia {
|
|
|
| class GaiaOAuthClientTest : public testing::Test {
|
| - public:
|
| - GaiaOAuthClientTest() {}
|
| + protected:
|
| virtual void SetUp() OVERRIDE {
|
| client_info_.client_id = "test_client_id";
|
| client_info_.client_secret = "test_client_secret";
|
|
|