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

Unified Diff: chrome/browser/net/gaia/token_service_unittest.cc

Issue 3143037: Spelling correction: "nonexistant" -> "nonexistent". (Closed)
Patch Set: nitty Created 10 years, 4 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
« no previous file with comments | « chrome/browser/history/url_database_unittest.cc ('k') | chrome/browser/net/predictor.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/net/gaia/token_service_unittest.cc
diff --git a/chrome/browser/net/gaia/token_service_unittest.cc b/chrome/browser/net/gaia/token_service_unittest.cc
index b8291919e91b1fe0e29ed6158f1e687d3417890b..512efffc8cab33003f03649d0af86fc2dcfd97d0 100644
--- a/chrome/browser/net/gaia/token_service_unittest.cc
+++ b/chrome/browser/net/gaia/token_service_unittest.cc
@@ -130,12 +130,12 @@ class TokenServiceTest : public testing::Test {
TEST_F(TokenServiceTest, SanityCheck) {
EXPECT_TRUE(service_.HasLsid());
EXPECT_EQ(service_.GetLsid(), "lsid");
- EXPECT_FALSE(service_.HasTokenForService("nonexistant service"));
+ EXPECT_FALSE(service_.HasTokenForService("nonexistent service"));
}
TEST_F(TokenServiceTest, NoToken) {
- EXPECT_FALSE(service_.HasTokenForService("nonexistant service"));
- EXPECT_EQ(service_.GetTokenForService("nonexistant service"), std::string());
+ EXPECT_FALSE(service_.HasTokenForService("nonexistent service"));
+ EXPECT_EQ(service_.GetTokenForService("nonexistent service"), std::string());
}
TEST_F(TokenServiceTest, NotificationSuccess) {
« no previous file with comments | « chrome/browser/history/url_database_unittest.cc ('k') | chrome/browser/net/predictor.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698