Index: chrome/common/net/gaia/oauth2_mint_token_flow_unittest.cc |
diff --git a/chrome/common/net/gaia/oauth2_mint_token_flow_unittest.cc b/chrome/common/net/gaia/oauth2_mint_token_flow_unittest.cc |
index 1c897e8e1055690a2aa67ac9c38da14e46f8d020..77213cda55bcb0ba419fc0d6dd59d4957a9e32b8 100644 |
--- a/chrome/common/net/gaia/oauth2_mint_token_flow_unittest.cc |
+++ b/chrome/common/net/gaia/oauth2_mint_token_flow_unittest.cc |
@@ -12,11 +12,12 @@ |
#include "base/values.h" |
#include "chrome/common/net/gaia/google_service_auth_error.h" |
#include "chrome/common/net/gaia/oauth2_mint_token_flow.h" |
-#include "content/public/test/test_url_fetcher_factory.h" |
+#include "net/url_request/test_url_fetcher_factory.h" |
#include "net/url_request/url_request_status.h" |
#include "testing/gmock/include/gmock/gmock.h" |
#include "testing/gtest/include/gtest/gtest.h" |
+using net::TestURLFetcher; |
using net::URLFetcher; |
using net::URLRequestStatus; |
using testing::_; |