Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1921)

Unified Diff: chrome/common/net/gaia/gaia_oauth_client_unittest.cc

Issue 7465041: GTTF: Use a fresh TestingBrowserProcess for each test, part #4 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: should work Created 9 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/common/net/gaia/gaia_oauth_client_unittest.cc
diff --git a/chrome/common/net/gaia/gaia_oauth_client_unittest.cc b/chrome/common/net/gaia/gaia_oauth_client_unittest.cc
index 6e1f20ad60c00ed044e54d562a7d8d218f327fc8..8ef1190df5384ebff372c1b6feac745b42634a53 100644
--- a/chrome/common/net/gaia/gaia_oauth_client_unittest.cc
+++ b/chrome/common/net/gaia/gaia_oauth_client_unittest.cc
@@ -11,6 +11,7 @@
#include "base/string_util.h"
#include "chrome/common/net/gaia/gaia_oauth_client.h"
#include "chrome/common/net/http_return.h"
+#include "chrome/test/testing_browser_process_test.h"
#include "chrome/test/testing_profile.h"
#include "content/common/test_url_fetcher_factory.h"
#include "content/common/url_fetcher.h"
@@ -120,7 +121,7 @@ const std::string kDummyRefreshTokenResult =
namespace gaia {
-class GaiaOAuthClientTest : public testing::Test {
+class GaiaOAuthClientTest : public TestingBrowserProcessTest {
public:
GaiaOAuthClientTest() {}

Powered by Google App Engine
This is Rietveld 408576698