Index: chrome/common/net/gaia/oauth2_api_call_flow_unittest.cc |
=================================================================== |
--- chrome/common/net/gaia/oauth2_api_call_flow_unittest.cc (revision 137883) |
+++ chrome/common/net/gaia/oauth2_api_call_flow_unittest.cc (working copy) |
@@ -34,6 +34,7 @@ |
using testing::Return; |
namespace { |
+ |
static std::string CreateBody() { |
return "some body"; |
} |
@@ -49,8 +50,6 @@ |
return scopes; |
} |
-} // namespace |
- |
class MockUrlFetcherFactory : public ScopedURLFetcherFactory, |
public URLFetcherFactory { |
public: |
@@ -103,6 +102,8 @@ |
MOCK_METHOD0(CreateAccessTokenFetcher, OAuth2AccessTokenFetcher* ()); |
}; |
+} // namespace |
+ |
class OAuth2ApiCallFlowTest : public testing::Test { |
public: |
OAuth2ApiCallFlowTest() {} |