Index: chrome/common/net/gaia/oauth2_mint_token_fetcher_unittest.cc |
=================================================================== |
--- chrome/common/net/gaia/oauth2_mint_token_fetcher_unittest.cc (revision 137883) |
+++ chrome/common/net/gaia/oauth2_mint_token_fetcher_unittest.cc (working copy) |
@@ -36,6 +36,7 @@ |
using testing::Return; |
namespace { |
+ |
static const char kValidTokenResponse[] = |
"{" |
" \"token\": \"at1\"," |
@@ -45,7 +46,6 @@ |
"{" |
" \"issueAdvice\": \"Auto\"" |
"}"; |
-} |
class MockUrlFetcherFactory : public ScopedURLFetcherFactory, |
public URLFetcherFactory { |
@@ -73,6 +73,8 @@ |
void(const GoogleServiceAuthError& error)); |
}; |
+} // namespace |
+ |
class OAuth2MintTokenFetcherTest : public testing::Test { |
public: |
OAuth2MintTokenFetcherTest() |