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

Unified Diff: google_apis/gaia/gaia_oauth_client_unittest.cc

Issue 17127002: Correctly integrate StoragePartition into TestingProfile. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: cleanup TODOs. merge code. kill more threads. i never get tired of thread carnage. 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/gaia_oauth_client_unittest.cc
diff --git a/google_apis/gaia/gaia_oauth_client_unittest.cc b/google_apis/gaia/gaia_oauth_client_unittest.cc
index 921a61aa3c26834e9d389f6ae75091ff19a2f42b..d759f3ceb5d6e4f8a2d4bda3b5b422392d5436a3 100644
--- a/google_apis/gaia/gaia_oauth_client_unittest.cc
+++ b/google_apis/gaia/gaia_oauth_client_unittest.cc
@@ -7,7 +7,6 @@
#include <string>
#include <vector>
-#include "base/message_loop.h"
#include "base/strings/string_number_conversions.h"
#include "base/values.h"
#include "google_apis/gaia/gaia_oauth_client.h"
@@ -155,8 +154,7 @@ const std::string kDummyTokenInfoResult =
namespace gaia {
class GaiaOAuthClientTest : public testing::Test {
- public:
- GaiaOAuthClientTest() {}
+ protected:
virtual void SetUp() OVERRIDE {
client_info_.client_id = "test_client_id";
client_info_.client_secret = "test_client_secret";

Powered by Google App Engine
This is Rietveld 408576698