summaryrefslogtreecommitdiffstats
path: root/chrome/common/net/gaia/gaia_auth_fetcher_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common/net/gaia/gaia_auth_fetcher_unittest.cc')
-rw-r--r--chrome/common/net/gaia/gaia_auth_fetcher_unittest.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/common/net/gaia/gaia_auth_fetcher_unittest.cc b/chrome/common/net/gaia/gaia_auth_fetcher_unittest.cc
index 5815a3f..2e4e28b 100644
--- a/chrome/common/net/gaia/gaia_auth_fetcher_unittest.cc
+++ b/chrome/common/net/gaia/gaia_auth_fetcher_unittest.cc
@@ -53,7 +53,7 @@ void MockFetcher::Start() {
url_,
status,
http_code,
- ResponseCookies(),
+ net::ResponseCookies(),
results_);
}
@@ -102,7 +102,7 @@ class GaiaAuthFetcherTest : public testing::Test {
EXPECT_EQ(captcha_token, out_captcha_token);
}
- ResponseCookies cookies_;
+ net::ResponseCookies cookies_;
GURL client_login_source_;
GURL issue_auth_token_source_;
TestingProfile profile_;