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

Unified Diff: google_apis/gaia/oauth2_api_call_flow_unittest.cc

Issue 17127002: Correctly integrate StoragePartition into TestingProfile. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: address comments. merge to ToT. Murder a DB thread and more TestBrowserThreads. Created 7 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: google_apis/gaia/oauth2_api_call_flow_unittest.cc
diff --git a/google_apis/gaia/oauth2_api_call_flow_unittest.cc b/google_apis/gaia/oauth2_api_call_flow_unittest.cc
index 7d8d13860d78fd75cf1019a9796292183456570e..d56a613eded68003a7b19bc8859aca7349254c3e 100644
--- a/google_apis/gaia/oauth2_api_call_flow_unittest.cc
+++ b/google_apis/gaia/oauth2_api_call_flow_unittest.cc
@@ -109,10 +109,6 @@ class MockApiCallFlow : public OAuth2ApiCallFlow {
} // namespace
class OAuth2ApiCallFlowTest : public testing::Test {
- public:
- OAuth2ApiCallFlowTest() {}
- virtual ~OAuth2ApiCallFlowTest() {}
-
protected:
void SetupAccessTokenFetcher(
const std::string& rt, const std::vector<std::string>& scopes) {

Powered by Google App Engine
This is Rietveld 408576698